HomeSort by relevance Sort by last modified time
    Searched full:buffsize (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
PCLmGenerator.h 126 void write2Buff(ubyte *buff, int buffSize);
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c 358 @param BuffSize On entry, the size, in bytes, of Buffer. On exit, the size, in
386 IN OUT UINTN *BuffSize,
    [all...]
  /external/lisa/libs/utils/
env.py 160 buffsize
171 buffsize:
729 buffsize = FTRACE_BUFSIZE_DEFAULT
730 if 'buffsize' in ftrace:
731 buffsize = ftrace['buffsize']
737 buffer_size = buffsize,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 446 @param BuffSize On entry, the size, in bytes, of Buffer. On exit, the size, in
474 IN OUT UINTN* BuffSize,
EmuSnpDxe.c 505 @param BuffSize On entry, the size, in bytes, of Buffer. On exit, the size, in
533 IN OUT UINTN *BuffSize,
548 BuffSize,
    [all...]
  /external/google-benchmark/src/
sysinfo.cc 94 explicit ValueUnion(size_t BuffSize)
95 : Size(sizeof(DataT) + BuffSize),
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 94 explicit ValueUnion(size_t BuffSize)
95 : Size(sizeof(DataT) + BuffSize),
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 328 size_t buffSize;
  /external/lisa/ipynb/examples/android/workloads/
Android_Viewer.ipynb 133 " \"buffsize\" : 100 * 1024,\n",
  /external/lisa/ipynb/thermal/
ThermalSensorCharacterisation.ipynb 115 " \"buffsize\" : 80 * 1024,\n",
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.h 328 size_t buffSize;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 120 read_buf = (char *)malloc(BUFFSIZE);
121 memset(read_buf, 0x0, BUFFSIZE);
122 err = read(fd, read_buf, BUFFSIZE);
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.cpp     [all...]
  /external/curl/lib/vtls/
gskit.c 737 int buffsize; local
742 buffsize = buffersize > (size_t) INT_MAX? INT_MAX: (int) buffersize;
744 buf, buffsize, &nread),
    [all...]
cyassl.c 729 int buffsize = (buffersize > (size_t)INT_MAX) ? INT_MAX : (int)buffersize; local
730 int nread = SSL_read(BACKEND->handle, buf, buffsize);
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 392 audio_channel_mask_t channelMask, size_t* buffSize)
398 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize);
624 audio_channel_mask_t channelMask, size_t* buffSize)
649 *buffSize = mInBuffSize;
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 244 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d",
lib_pwg.c 300 LOGD("_print_swath(): page #%d, buffSize=%d, rows %d - %d (%d rows), bytes per row %d",
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 172 * than 'buffsize' bytes.
175 read_file(const char* pathname, char* buffer, size_t buffsize)
185 while (count < (int)buffsize) {
186 int ret = read(fd, buffer + count, buffsize - count);
    [all...]
  /external/lisa/ipynb/chromeos/
ChromeOS_TestThat.ipynb 131 " \"buffsize\" : 10 * 1024,\n",
150 "2016-04-27 11:06:35,782 DEBUG : Target - Target configuration {'username': 'root', 'ftrace': {'buffsize': 10240, 'events': ['cpu_frequency', 'cpu_idle', 'sched_switch']}, 'platform': 'linux', 'host': '192.168.0.1', 'board': 'oak', 'password': 'test0000', 'tools': ['trace-cmd']}\n",
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 548 DWORD type, buffSize = COPY_BUFFER_SIZE;
549 RegEnumValue(hKey, i, name, &buffSize, NULL, &type, NULL, NULL);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
  /external/lisa/libs/utils/android/
benchmark.py 78 "buffsize" : 10 * 1024,

Completed in 1360 milliseconds

1 2 34 5 6 7