MCPcopy Create free account

hub / github.com/agavrel/42_CheatSheet / functions

Functions133 in github.com/agavrel/42_CheatSheet

↓ 7 callersFunctionf
functions/triangle.c:1
↓ 3 callersFunctionsum
functions/variadic_sum.c:5
↓ 2 callersFunctionadd
functions/multiplier.c:4
↓ 2 callersFunctioncount_lines
functions/simd.h:146
↓ 2 callersFunctioncount_lines_final
functions/simd.h:135
↓ 2 callersFunctioncount_words
functions/simd.h:151
↓ 2 callersFunctioncount_words_final
functions/simd.h:140
↓ 2 callersFunctionerror_sdl
functions/barnsley.c:54
↓ 2 callersFunctionexist
functions/keep_alnum.cpp:24
↓ 2 callersFunctionfunc2
functions/multithread.c:22
↓ 2 callersFunctioninsertion_sort
functions/merge_sort.c:7
↓ 2 callersFunctionprint_base
functions/integer_to_base.c:3
↓ 2 callersFunctionsimd_cmpws_i8_mask
functions/simd.h:26
↓ 1 callersFunctionSumNOdd
functions/recursivesumodd.c:7
↓ 1 callersFunctiona
functions/futex.c:14
↓ 1 callersFunctionagavrel_style
functions/keep_alnum.cpp:62
↓ 1 callersFunctionalnum_from_libc
functions/keep_alnum.cpp:72
↓ 1 callersFunctionappend
functions/head.c:9
↓ 1 callersFunctionb
functions/futex.c:41
↓ 1 callersFunctionbarnsley
functions/barnsley.c:24
↓ 1 callersFunctionbase2
functions/print_binary_recurs.c:4
↓ 1 callersFunctionconvert_arguments
functions/pointer_array.cpp:7
↓ 1 callersFunctioncount_words_wsmask
functions/simd.h:269
↓ 1 callersFunctioncreate_and_print_int_array
functions/it_compiles_but.c:86
↓ 1 callersFunctioncreate_int_array
malloc correctly and protect it
functions/it_compiles_but.c:75
↓ 1 callersFunctiondummy_function
functions/error_message.c:29
↓ 1 callersFunctionft_error
functions/error_message.c:23
↓ 1 callersFunctionft_error_va
functions/error_message.c:7
↓ 1 callersFunctionft_itoa
functions/error_message.c:40
↓ 1 callersFunctionft_necklace
NB : Not my solution, took a random one that looked salvageable
remote_challenges/chall00/ft_necklace.c:18
↓ 1 callersFunctionft_putstr
functions/print42.c:10
↓ 1 callersFunctionft_strlen
functions/print42.c:3
↓ 1 callersFunctionget_min_max
functions/vectorization.c:30
↓ 1 callersFunctionget_min_max_like_bocalian
functions/vectorization.c:46
↓ 1 callersFunctionincrement
wrong way to change a variable's value:
functions/it_compiles_but.c:61
↓ 1 callersFunctioninit_arrays
functions/multithread.c:13
↓ 1 callersFunctioninit_sdl
functions/barnsley.c:59
↓ 1 callersFunctionkeep_alnum
functions/keep_alnum.cpp:32
↓ 1 callersFunctionm128_max_float
functions/vectorization.c:6
↓ 1 callersFunctionm128_min_float
functions/vectorization.c:17
↓ 1 callersFunctionmerge_sort
functions/merge_sort.c:26
↓ 1 callersFunctionmulti_threads
functions/multithread.c:45
↓ 1 callersFunctionmultiply
functions/multiplier.c:27
↓ 1 callersFunctionold_school
functions/keep_alnum.cpp:50
↓ 1 callersFunctionpolar_from_cartesian_sum
functions/complex.c:17
↓ 1 callersFunctionprintList
functions/head.c:26
↓ 1 callersFunctionprintPrimes
https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
functions/sieves.c:8
↓ 1 callersFunctionprintPrimesRange
https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
functions/eratosthenes.c:11
↓ 1 callersFunctionread_file_to_buffer
functions/replace.c:31
↓ 1 callersFunctionrecursiveSumNOdd
functions/recursivesumodd.c:1
↓ 1 callersFunctionsimd_shl1_from_i8
shift a left by 1 byte, shifting in byte from the end of b
functions/simd.h:35
↓ 1 callersFunctionsingle_thread
functions/multithread.c:33
↓ 1 callersFunctionstring
functions/return_file_string.c:3
↓ 1 callersFunctionstring_from_file
functions/return_file_string.c:8
↓ 1 callersFunctionswap_bits_mask
functions/replace_bits.c:1
↓ 1 callersFunctiontest
functions/head.c:33
↓ 1 callersFunctiontest1
functions/pointer_array.cpp:11
↓ 1 callersFunctiontruncate
functions/percentage.cpp:11
↓ 1 callersFunctiontruncateAsString
functions/display_percentage.cpp:9
↓ 1 callersFunctionwc
fallback to non-seeking variant (from fastlwc.c) for non-seekable files (should also be used for short files less than 10MB or so)
functions/fastlwc-mt.c:26
↓ 1 callersFunctionwc_mt
100 lines of code and 6 levels of nesting... what's that, unreadable mess? self-commenting code, right?
functions/fastlwc-mt.c:81
↓ 1 callersFunctionwcount_state_set
functions/simd.h:130
↓ 1 callersFunctionwhat_is_forty_two
functions/whatis42.c:6
Functionbase
functions/print_binary_recurs.c:14
Functionft_rgb2hex
remote_challenges/chall01/ft_rgb2hex.c:4
Functionincrement_using_ptr
correct ways to change a variable's value:
functions/it_compiles_but.c:66
Functionincrement_using_return
functions/it_compiles_but.c:70
Functionmain
functions/shuf.c:8
Functionmain
functions/42.c:3
Functionmain
functions/udp_client.c:8
Functionmain
functions/futex.c:54
Functionmain
functions/create_huge_file.c:5
Functionmain
functions/change_struct_value_through_pointer.c:23
Functionmain
functions/multiplier.c:44
Functionmain
functions/fastlwc-mt.c:160
Functionmain
functions/eratosthenes.c:36
Functionmain
functions/display_percentage.cpp:19
Functionmain
functions/replace.c:62
Functionmain
functions/multithread.c:59
Functionmain
functions/print_binary_recurs.c:24
Functionmain
functions/keep_alnum.cpp:83
Functionmain
functions/generic.c:12
Functionmain
functions/vectorization.c:64
Functionmain
functions/pthread_arg.c:14
Functionmain
functions/integer_to_base.c:21
Functionmain
functions/replace_bits.c:8
Functionmain
functions/error_message.c:34
Functionmain
functions/anagram.c:4
Functionmain
functions/pthread.c:175
Functionmain
functions/percentage.cpp:16
Functionmain
functions/pointer.c:3
Functionmain
functions/swap_parity.c:6
Functionmain
compile with gcc -m32 -fno-stack-protector -z execstack shellcode_openshell.c && ./a.out
functions/shellcode_openshell.c:28
Functionmain
functions/triangle.c:4
Functionmain
functions/trunc.c:1
Functionmain
functions/whatis42.c:13
Functionmain
functions/return_file_string.c:16
Functionmain
functions/read_bytes.c:7
Functionmain
functions/udp_server.c:8
Functionmain
functions/recursivesumodd.c:12
next →1–100 of 133, ranked by callers