| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/ |
| H A D | 1-1.c | 26 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/ |
| H A D | 1-1.c | 27 pthread_barrierattr_t ba; in main() local
|
| H A D | 2-1.c | 29 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/ |
| H A D | 1-1.c | 26 pthread_barrierattr_t ba; in main() local
|
| H A D | 2-1.c | 61 pthread_barrierattr_t ba; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
| H A D | 1-1.c | 34 pthread_barrierattr_t ba; in main() local
|
| /third_party/libwebsockets/lib/drivers/display/ |
| H A D | ssd1306-i2c.c | 78 uint8_t ba[2]; in lws_display_ssd1306_i2c_contrast() local 93 uint8_t ba[6]; in lws_display_ssd1306_i2c_blit() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | font_data.cc | 60 FontData::FontData(ByteArray* ba) { in FontData() argument 78 void FontData::Init(ByteArray* ba) { in Init() argument
|
| H A D | writable_font_data.cc | 27 WritableFontData::WritableFontData(ByteArray* ba) : ReadableFontData(ba) { in WritableFontData() argument 35 ByteArrayPtr ba; in CreateWritableFontData() local 51 ByteArrayPtr ba = new GrowableMemoryByteArray(); in CreateWritableFontData() local [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_image_load_store.c | 186 nir_ssa_def *ba = nir_channel(b, result, 1); in v3d_nir_lower_image_load() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
| H A D | ByteArrayTests.java | 50 private void byteArrayTester(ByteArray<? extends ByteArray<?>> ba) throws Exception { in byteArrayTester() argument 55 private void copyTest(ByteArray<? extends ByteArray<?>> ba) throws Exception { in copyTest() argument 101 readByteArrayWithBuffer( ByteArray<? extends ByteArray<?>> ba, byte[] buffer) readByteArrayWithBuffer() argument 114 readByteArrayWithSlidingWindow( ByteArray<? extends ByteArray<?>> ba, int windowSize) readByteArrayWithSlidingWindow() argument 127 fillTestByteArray( ByteArray<? extends ByteArray<?>> ba, int size) fillTestByteArray() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/extras/ |
| H A D | extras.c | 96 const uint32_t ba = rgb4444[2 * x + 0]; in WebPImportRGB4444() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | upsampling_mips_dsp_r2.c | 85 const int ba = (b & 0xf0) | 0x0f; // overwrite the lower 4 bits in YuvToRgba4444() local
|
| H A D | yuv.h | 115 const int ba = (b & 0xf0) | 0x0f; // overwrite the lower 4 bits in VP8YuvToRgba4444() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | byte_array_test.cc | 29 void FillTestByteArray(ByteArray* ba, int32_t size) { in FillTestByteArray() argument 35 void ReadByteArrayWithBuffer(ByteArray* ba, ByteVector* buffer, ByteVector* b) { in ReadByteArrayWithBuffer() argument 46 void ReadByteArrayWithSlidingWindow(ByteArray* ba, int window_size, in ReadByteArrayWithSlidingWindow() argument 93 CopyTest(ByteArray* ba) CopyTest() argument 107 ByteArrayTester(ByteArray* ba) ByteArrayTester() argument 119 ByteArrayPtr ba = new MemoryByteArray(size); TestMemoryByteArray() local 133 ByteArrayPtr ba = new GrowableMemoryByteArray(); TestGrowableMemoryByteArray() local [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuRGBA.cpp | 80 int ba = (aPacked >> RGBA::BLUE_SHIFT) & 0xFF; in computeAbsDiffMasked() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | au.c | 153 int bps, ba = 0; in au_read_header() local
|
| /third_party/ltp/testcases/kernel/io/writetest/ |
| H A D | writetest.c | 139 int ba, br; in verify_file() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | FontData.java | 78 protected FontData(ByteArray<? extends ByteArray<?>> ba) { in FontData() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
| H A D | font_factory.cc | 120 FontBuilderArray ba; in LoadCollection() local
|
| /third_party/backends/sanei/ |
| H A D | sanei_config.c | 254 SANE_Bool *ba; in sanei_configure_attach() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | ICUResourceBundleImpl.java | 73 public byte [] getBinary(byte []ba) { in getBinary() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | UResourceBundle.java | 453 public byte[] getBinary(byte[] ba) { in getBinary() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ICUResourceBundleImpl.java | 74 public byte [] getBinary(byte []ba) { in getBinary() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | UResourceBundle.java | 434 public byte[] getBinary(byte[] ba) { in getBinary() argument
|