Searched refs:O (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | tsd_structs.h | 19 O(tcache, tcache_t *, yes) \ 20 O(thread_allocated, uint64_t, no) \ 21 O(thread_deallocated, uint64_t, no) \ 23 O(iarena, arena_t *, yes) \ 24 O(arena, arena_t *, yes) \ 26 O(narenas_tdata, unsigned, no) \ 27 O(arenas_tdata_bypass, bool, no) \ 29 O(rtree_ctx, rtree_ctx_t, no) \ 32 O(witness_fork, bool, no) \ 54 #define O(n, t, c) \ macro [all …]
|
| A D | tsd_inlines.h | 11 #define O(n, t, c) \ macro 16 #undef O 69 #define O(n, t, c) \ macro 89 #undef O
|
| A D | jemalloc_internal_defs.h.in | 243 * Darwin (OS X) uses zones to work around Mach-O symbol override shortcomings.
|
| /third_party/ulib/jemalloc/ |
| A D | Makefile.in | 42 O := @o@ 271 -include $(C_OBJS:%.$(O)=%.d) 272 -include $(CPP_OBJS:%.$(O)=%.d) 273 -include $(C_PIC_OBJS:%.$(O)=%.d) 493 rm -f $(C_OBJS:%.$(O)=%.d) 494 rm -f $(C_OBJS:%.$(O)=%.gcda) 495 rm -f $(C_OBJS:%.$(O)=%.gcno) 496 rm -f $(CPP_OBJS:%.$(O)=%.d) 499 rm -f $(C_PIC_OBJS:%.$(O)=%.d) 505 rm -f $(C_JET_OBJS:%.$(O)=%.d) [all …]
|
| A D | configure.ac | 724 echo "$CFLAGS $EXTRA_CFLAGS" | grep '\-O' >/dev/null || deoptimize="yes" 927 JE_CFLAGS_ADD([-O]) 928 JE_CXXFLAGS_ADD([-O])
|
| /third_party/ulib/jemalloc/src/ |
| A D | tsd.c | 79 #define O(n, t, c) \ in tsd_cleanup() macro 84 #undef O in tsd_cleanup()
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 214 Intel(R) PRO/1000 EB Network Connection with I/O Acceleration 215 Intel(R) PRO/1000 EB Backplane Connection with I/O Acceleration 356 I-O Data ETG-SH8
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 253 // 10-bit ISA I/O address has a max of 0x3FF
|
| A D | grammar.asl | 1345 Store ("++++++++ Bit BufferField I/O PASS", Debug) 1357 Store ("++++++++ Byte BufferField I/O PASS", Debug) 1368 Store ("++++++++ Word BufferField I/O PASS", Debug) 1379 Store ("++++++++ 12-bit BufferField I/O PASS", Debug) 1390 Store ("++++++++ Dword BufferField I/O PASS", Debug) 1401 Store ("++++++++ Qword BufferField I/O PASS", Debug)
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 321 lected without doing any I/O through the UNIX operating system.
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2743 iASL/Tools: Standardized use of the stream I/O functions: 2744 1) Ensure check for I/O error after every fopen/fread/fwrite 2747 4) Standardize I/O error messages 2761 Tools: Replace low-level I/O with stream I/O functions. Replace 2762 open/read/write/close with the stream I/O equivalents 5054 Added support to truncate I/O addresses to 16 bits for Windows 11853 methods attempt to access system memory or I/O space. 11897 system memory or I/O handlers) 14238 problems on systems with memory-mapped I/O. Memory is now 14311 mapped I/O for these ACPI features. [all …]
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 543 - new O(1) space, O(nm) time implementation of fnmatch
|
Completed in 47 milliseconds