Home
last modified time | relevance | path

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

1234

/device/generic/goldfish-opengl/android-emu/android/base/
DSubAllocator.h49 size_t bytes = sizeof(T) * count; in allocArray() local
55 size_t bytes = strlen(toCopy) + 1; in strDup() local
72 void* dupArray(const void* buf, size_t bytes) { in dupArray()
DPool.h58 size_t bytes = sizeof(T) * count; in allocArray() local
64 size_t bytes = strlen(toCopy) + 1; in strDup() local
81 void* dupArray(const void* buf, size_t bytes) { in dupArray()
/device/google/cuttlefish_common/common/vsoc/lib/
Dcircqueue_impl.h40 size_t bytes = t.end_idx - t.start_idx; in CopyInRange() local
84 RegionSignalingInterface* r, size_t bytes, Range* t, bool non_blocking) { in WriteReserveLocked()
133 const char* buffer_in, size_t bytes, in Write()
180 RegionSignalingInterface* r, const char* buffer_in, uint32_t bytes, in Write()
194 size_t bytes = 0; in Writev() local
Dcircqueue_test.cpp52 intptr_t ReadBytes(CircQueueRegionView* region, int bytes) { in ReadBytes()
58 intptr_t WriteBytes(CircQueueRegionView* region, int bytes) { in WriteBytes()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp60 const uint8_t *bytes = (const uint8_t *) data; in AppendBytes() local
67 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyInt32Array()
82 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyFloatArray()
97 std::vector<uint8_t>& bytes) { in GetCalibrationBytes()
279 bool AndroidContextHub::FlashSensorHub(const std::vector<uint8_t>& bytes) { in FlashSensorHub()
/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.c18 int bytes; in sha_file() local
/device/google/fuchsia/bioniccompat/src/
Dsendfile.cc39 int bytes = read(in_fd, buffer, sizeof(buffer)); in sendfile() local
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_semihosting.c131 size_t bytes = length; in sh_file_read() local
157 size_t bytes = length; in sh_file_write() local
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.cpp88 uint8_t bytes[sizeof(float)]; in putFloat() member
97 uint8_t bytes[sizeof(float)]; in getFloat() member
/device/generic/opengl-transport/host/commands/emugen/
DVarType.h50 size_t bytes() const { return m_byteSize; } in bytes() function
/device/google/contexthub/firmware/os/core/
Dheap.c237 int bytes = 0; in heapGetFreeSize() local
262 int bytes = 0; in heapGetTaskSize() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp36 void alloc(void **ptrAddr, size_t bytes) { in alloc()
121 void VulkanStreamGuest::alloc(void** ptrAddr, size_t bytes) { in alloc()
/device/generic/car/emulator/audio/driver/
Daudio_vbuffer.c36 size_t bytes = frame_count * frame_size; in audio_vbuffer_init() 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/google/wahoo/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/google/cuttlefish_common/guest/hals/audio/legacy/
Dvsoc_audio_input_stream.cpp171 ssize_t GceAudioInputStream::Read(void* buffer, size_t bytes) { in Read()
/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.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
/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/StdLib/Include/sys/
Dparam.h155 #define STACK_ALIGN(sp, bytes) \ argument
162 #define STACK_ALIGN(sp, bytes) \ argument
/device/google/cuttlefish_common/host/vsoc/lib/
Dregion_control.cpp204 ssize_t bytes = region_server->Recv(&protocol_version, in Open() local
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app_syscalls.c81 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc()

1234