Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 69) sorted by relevance

123

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dsupport.c56 char *dlg_malloc(int bytes,char *file,int line) in dlg_malloc()
77 char *dlg_calloc(int n,int bytes,char *file,int line) in dlg_calloc()
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dsha.c42 int bytes; in sha_file() local
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp59 const uint8_t *bytes = (const uint8_t *) data; in AppendBytes() local
66 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyInt32Array()
81 std::vector<uint8_t>& bytes) { in GetCalibrationBytes()
259 bool AndroidContextHub::FlashSensorHub(const std::vector<uint8_t>& bytes) { in FlashSensorHub()
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_semihosting.c161 size_t bytes = length; in sh_file_read() local
189 size_t bytes = length; in sh_file_write() local
/device/google/dragon/lights/
Dlights.c74 int fd, bytes, amt, ret = 0; in write_brightness() local
116 int ret = 0, fd, bytes; in read_max_brightness() local
/device/lge/bullhead/liblight/
Dlights.c67 int bytes = snprintf(buffer, sizeof(buffer), "%d\n", value); in write_int() local
88 int bytes = snprintf(buffer, sizeof(buffer), "%d %d\n", on, off); in write_on_off() local
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
Ddw_mmc.c476 unsigned int blk_cnt, bytes, desc_num, buf[4], data; in mmc0_read_ext_csd() local
548 unsigned int src_blk_cnt, offset, bytes, desc_num, buf[4]; in mmc0_read() local
633 unsigned int bytes, resp_buf[4], desc_num; in write_multi_blocks() local
/device/huawei/angler/liblight/
Dlights.c104 int bytes = snprintf(buffer, sizeof(buffer), "%d\n", value); in write_int() local
126 int bytes = snprintf(buffer, sizeof(buffer), "%d %d\n", on, off); in write_on_off() local
/device/google/marlin/liblight/
Dlights.c125 size_t bytes = snprintf(buffer, sizeof(buffer), "%d\n", value); in write_int() local
148 size_t bytes = snprintf(buffer, sizeof(buffer), "%d %d\n", value1, value2); in write_double_int() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, argument
208 bytes = property(get_bytes) variable in UUID
/device/google/contexthub/lib/nanohub/
Dsha2.c121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes()
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c26 uint8_t checksum(__attribute__((unused)) handle_t *handle, uint8_t *bytes, int length) in checksum()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c723 const unsigned char *bytes = (const unsigned char *)p; in bu_int() local
738 const unsigned char *bytes = (const unsigned char *)p; in bu_uint() local
753 const unsigned char *bytes = (const unsigned char *)p; in bu_longlong() local
777 const unsigned char *bytes = (const unsigned char *)p; in bu_ulonglong() local
951 const unsigned char *bytes = (const unsigned char *)p; in lu_int() local
966 const unsigned char *bytes = (const unsigned char *)p; in lu_uint() local
981 const unsigned char *bytes = (const unsigned char *)p; in lu_longlong() local
1005 const unsigned char *bytes = (const unsigned char *)p; in lu_ulonglong() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c723 const unsigned char *bytes = (const unsigned char *)p; in bu_int() local
738 const unsigned char *bytes = (const unsigned char *)p; in bu_uint() local
753 const unsigned char *bytes = (const unsigned char *)p; in bu_longlong() local
777 const unsigned char *bytes = (const unsigned char *)p; in bu_ulonglong() local
951 const unsigned char *bytes = (const unsigned char *)p; in lu_int() local
966 const unsigned char *bytes = (const unsigned char *)p; in lu_uint() local
981 const unsigned char *bytes = (const unsigned char *)p; in lu_longlong() local
1005 const unsigned char *bytes = (const unsigned char *)p; in lu_ulonglong() local
D_randommodule.c441 int k, i, bytes; in random_getrandbits() local
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dparam.h155 #define STACK_ALIGN(sp, bytes) \ argument
162 #define STACK_ALIGN(sp, bytes) \ argument
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c1100 int bytes = rx_desc_bytes - dma_desc.status.b.bytes; in usb_poll() local
1224 int bytes; in fb_getvar() local
1360 int bytes; in fb_download() local
Dpartitions.c133 int bytes; in create_dummy_entry() local
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c78 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c25 #define ISBASICBLOCK(blocks, start, bytes) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c25 #define ISBASICBLOCK(blocks, start, bytes) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py1089 def dump(t1, t2, shift, bytes): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtokenize.py46 bytes = str variable
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c55 uint32_t bytes = 0; in getPersistedData() local
/device/asus/fugu/libaudio/
DAudioStreamIn.cpp257 ssize_t AudioStreamIn::read(void* buffer, size_t bytes) in read()

123