| /third_party/ulib/jemalloc/ |
| A D | .gitignore | 32 /test/integration/[A-Za-z]* 33 !/test/integration/[A-Za-z]*.* 39 /test/integration/cpp/[A-Za-z]* 40 !/test/integration/cpp/[A-Za-z]*.* 50 /test/stress/[A-Za-z]* 51 !/test/stress/[A-Za-z]*.* 57 /test/unit/[A-Za-z]* 58 !/test/unit/[A-Za-z]*.*
|
| A D | jemalloc.pc.in | 8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
|
| A D | Makefile.in | 43 A := @a@ 121 STATIC_LIBS := $(objroot)lib/$(LIBJEMALLOC).$(A) 124 STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_pic.$(A) 126 STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_s.$(A) 342 $(objroot)lib/$(LIBJEMALLOC)_pic.$(A) : $(C_PIC_OBJS) $(CPP_PIC_OBJS) 343 $(objroot)lib/$(LIBJEMALLOC).$(A) : $(C_OBJS) $(CPP_OBJS) 344 $(objroot)lib/$(LIBJEMALLOC)_s.$(A) : $(C_OBJS) $(CPP_OBJS)
|
| A D | COPYING | 19 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
| /third_party/ulib/cryptolib/ |
| A D | cryptolib.c | 162 uint32_t s0 = _ROR(A, 2) ^ _ROR(A, 13) ^ _ROR(A, 22); in _SHA256_transform() 163 uint32_t maj = (A & B) ^ (A & C) ^ (B & C); in _SHA256_transform() 175 B = A; in _SHA256_transform() 176 A = t1 + t2; in _SHA256_transform() 279 B = A; in _SHA1_transform() 280 A = tmp; in _SHA1_transform() 340 int64_t A = 0; in subM() local 346 A >>= 32; in subM() 362 A = (A >> 32) + (uint64_t)a * b[i] + c[i]; in montMulAdd() 367 A = (A >> 32) + (B >> 32); in montMulAdd() [all …]
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.h | 332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) argument 333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument 335 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) argument 336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument 338 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) argument 339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
|
| /third_party/ulib/musl/third_party/math/ |
| A D | powl.c | 95 static const long double A[33] = { variable 257 if (x <= A[17]) in powl() 259 if (x <= A[i + 8]) in powl() 261 if (x <= A[i + 4]) in powl() 263 if (x <= A[i + 2]) in powl() 265 if (x >= A[1]) in powl() 276 x -= A[i]; in powl() 278 x /= A[i]; in powl() 355 w = A[e]; in powl()
|
| /third_party/ulib/lz4/include/lz4/ |
| A D | xxhash.h | 98 # define XXH_CAT(A,B) A##B argument 99 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acenv.h | 390 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_Bnd (A,_AUPBND)))) argument
|
| /third_party/ulib/musl/include/ |
| A D | threads.h | 67 #define thrd_equal(A, B) ((A) == (B)) argument
|
| /third_party/ulib/backtrace/ |
| A D | internal.h | 64 #define __sync_bool_compare_and_swap(A, B, C) (abort(), 1) argument 65 #define __sync_lock_test_and_set(A, B) (abort(), 0) argument 66 #define __sync_lock_release(A) abort() argument
|
| A D | README.md | 2 A C library that may be linked into a C/C++ program to produce symbolic backtraces
|
| A D | LICENSE | 21 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| /third_party/uapp/dash/src/ |
| A D | nodes.c.pat | 24 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 318 // * A header that specifies the number of symbols, and offsets of each of 320 // * A symbol table. Each entry in the symbol table is a single-byte of flags 323 // * A sequence of nodes in a pre-order traversal of the node tree. 330 // * A sequence of null-terminated strings, in the order the strings are
|
| /third_party/ulib/ngunwind/ |
| A D | LICENSE | 14 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
| A D | COPYING | 16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
| /third_party/lib/acpica/source/common/ |
| A D | dmextern.c | 1242 00000357: 72 0A 02 0A 07 60 ...... "r....`" 1257 00000368: 72 0A 02 0A 07 60 ...... "r....`"
|
| /third_party/lib/cortex-strings/ |
| A D | LICENSE | 20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 47 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| /third_party/ulib/lz4/ |
| A D | LICENSE | 17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| A D | README.md | 13 A more complex "lz4frame_static.h" is also provided, although its usage is not recommended. It cont…
|
| /third_party/uapp/kilo/ |
| A D | LICENSE | 17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| /third_party/ulib/linenoise/ |
| A D | LICENSE | 18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| /third_party/lib/jitterentropy/ |
| A D | COPYING.bsd | 18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslcompiler.l | 87 LeadNameChar [A-Za-z_] 89 HexDigitChar [A-Fa-f0-9] 93 NameChar [A-Za-z_0-9]
|
| /third_party/ulib/uboringssl/ |
| A D | LICENSE | 20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|