Home
last modified time | relevance | path

Searched defs:base (Results 1 – 18 of 18) sorted by relevance

/system/core/libcutils/
Dqsort_r_compat.c26 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat()
47 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat()
75 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat()
Dtzstrftime.c414 int base; local
Dtztime.c1614 normalize_overflow(tensptr, unitsptr, base) in normalize_overflow() argument
1629 long_normalize_overflow(tensptr, unitsptr, base) in long_normalize_overflow() argument
/system/core/toolbox/
Dhd.c23 int base = -1; in hd_main() local
/system/core/fastboot/
Dbootimg.c43 unsigned page_size, unsigned base, in mkbootimg()
Dusb_linux.c244 static usb_handle *find_usb_device(const char *base, ifc_match_func callback) in find_usb_device()
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp136 uint32_t* Assembly::base() const in base() function in android::Assembly
205 const long base = long(assembly->base()); in cache() local
DGGLAssembler.h177 uint32_t* base() const { return 0; } // XXX in base() function
DMIPSAssembler.cpp115 uint32_t* ArmToMipsAssembler::base() const in base() function in android::ArmToMipsAssembler
1269 uint32_t* MIPSAssembler::base() const in base() function in android::MIPSAssembler
DARMAssembler.cpp65 uint32_t* ARMAssembler::base() const in base() function in android::ARMAssembler
/system/extras/tests/bionic/libc/other/
Dtest_jpeg.c51 char* base; member
104 _source_init( SourceMgr src, char* base, long size ) in _source_init()
/system/core/mkbootimg/
Dmkbootimg.c112 unsigned base = 0x10000000; in main() local
/system/core/libcorkscrew/
Dsymbol_table.c71 char* base = mmap(NULL, length, PROT_READ, MAP_PRIVATE, fd, 0); in load_symbol_table() local
/system/core/toolbox/cp/
Dcp.c333 int base, dne, sval; in copy() local
/system/core/init/
Ddevices.c531 const char *base = "/dev/block/"; in handle_block_device_event() local
552 char *base; in handle_generic_device_event() local
/system/core/adb/
Dusb_linux.c131 static void find_usb_device(const char *base, in find_usb_device()
/system/core/libpixelflinger/
Dpixelflinger.cpp824 void* const base = malloc(sizeof(context_t) + 32); in gglInit() local
/system/core/sh/
Darith_lex.c1615 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) in yy_scan_buffer()