Searched refs:size (Results 126 - 134 of 134) sorted by relevance

123456

/system/netd/
H A DCommandListener.cpp206 int CommandListener::writeFile(const char *path, const char *value, int size) { argument
213 if (write(fd, value, size) != size) {
/system/core/init/
H A Ddevices.c421 unsigned int size; local
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S60 .size name, .-name
H A Dsse2-memset16-atom.S60 .size name, .-name
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp170 size_t count = mBranchTargets.size();
H A DMIPSAssembler.cpp1285 // works with strings of limited size (makes a temp copy)
1391 size_t count = mBranchTargets.size();
/system/core/toolbox/
H A Dtop.c76 int size; member in struct:proc_list
H A Dnewfs_msdos.c69 #define DEFBLK 4096 /* default block size */
70 #define DEFBLK16 2048 /* default block size FAT16 */
152 u_int8_t size[4]; /* size */ member in struct:de
287 opt_create = argtooff(optarg, "create size");
317 opt_b = argtox(optarg, 1, "block size");
354 opt_s = argto4(optarg, 1, "file system size");
460 errx(1, "block size (%u) is not a power of 2", opt_b);
462 errx(1, "block size (%u) is too small; minimum is %u",
465 errx(1, "block size (
[all...]
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1600 uint8_t size; member in struct:__anon159

Completed in 1499 milliseconds

123456