HomeSort by relevance Sort by last modified time
    Searched defs:bs (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_zsa.c 73 const struct pipe_stencil_state *bs = &cso->stencil[1]; local
77 A2XX_RB_DEPTHCONTROL_STENCILFUNC_BF(bs->func) | /* maps 1:1 */
78 A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->fail_op)) |
79 A2XX_RB_DEPTHCONTROL_STENCILZPASS_BF(fd_stencil_op(bs->zpass_op)) |
80 A2XX_RB_DEPTHCONTROL_STENCILZFAIL_BF(fd_stencil_op(bs->zfail_op));
83 A2XX_RB_STENCILREFMASK_STENCILWRITEMASK(bs->writemask) |
84 A2XX_RB_STENCILREFMASK_STENCILMASK(bs->valuemask);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_zsa.c 77 const struct pipe_stencil_state *bs = &cso->stencil[1]; local
81 A3XX_RB_STENCIL_CONTROL_FUNC_BF(bs->func) | /* maps 1:1 */
82 A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
83 A3XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
84 A3XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
87 A3XX_RB_STENCILREFMASK_STENCILWRITEMASK(bs->writemask) |
88 A3XX_RB_STENCILREFMASK_STENCILMASK(bs->valuemask);
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
to_bytes.pass.cpp 40 std::string bs = myconv.to_bytes(ws[0]); local
41 assert(bs == "\xE1\x80\x85\x00");
42 bs = myconv.to_bytes(ws.c_str());
43 assert(bs == "\xE1\x80\x85\x00");
44 bs = myconv.to_bytes(ws);
45 assert(bs == "\xE1\x80\x85\x00");
46 bs = myconv.to_bytes(ws.data(), ws.data() + ws.size());
47 assert(bs == "\xE1\x80\x85\x00");
48 bs = myconv.to_bytes(L"");
49 assert(bs.size() == 0)
59 std::string bs = myconv.to_bytes(ws[0]); local
    [all...]
ctor_err_string.pass.cpp 54 std::string bs = myconv.to_bytes(L"\xDA83"); local
55 assert(bs == "byte error");
69 std::string bs = myconv.to_bytes(L"\xDA83"); local
70 assert(bs == "byte error");
converted.pass.cpp 39 std::string bs = myconv.to_bytes(L"\x1005"); local
41 bs = myconv.to_bytes(L"\x1005\x65");
56 std::string bs = myconv.to_bytes(L"\x40003"); local
58 bs = myconv.to_bytes(L"\x40003\x65");
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_zsa.c 79 const struct pipe_stencil_state *bs = &cso->stencil[1]; local
83 A4XX_RB_STENCIL_CONTROL_FUNC_BF(bs->func) | /* maps 1:1 */
84 A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
85 A4XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
86 A4XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
89 A4XX_RB_STENCILREFMASK_BF_STENCILWRITEMASK(bs->writemask) |
90 A4XX_RB_STENCILREFMASK_BF_STENCILMASK(bs->valuemask);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_zsa.c 74 const struct pipe_stencil_state *bs = &cso->stencil[1]; local
78 A5XX_RB_STENCIL_CONTROL_FUNC_BF(bs->func) | /* maps 1:1 */
79 A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) |
80 A5XX_RB_STENCIL_CONTROL_ZPASS_BF(fd_stencil_op(bs->zpass_op)) |
81 A5XX_RB_STENCIL_CONTROL_ZFAIL_BF(fd_stencil_op(bs->zfail_op));
83 // A5XX_RB_STENCILREFMASK_BF_STENCILWRITEMASK(bs->writemask) |
84 // A5XX_RB_STENCILREFMASK_BF_STENCILMASK(bs->valuemask);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.string/
to_bytes.pass.cpp 40 std::string bs = myconv.to_bytes(ws[0]); local
41 assert(bs == "\xE1\x80\x85\x00");
42 bs = myconv.to_bytes(ws.c_str());
43 assert(bs == "\xE1\x80\x85\x00");
44 bs = myconv.to_bytes(ws);
45 assert(bs == "\xE1\x80\x85\x00");
46 bs = myconv.to_bytes(ws.data(), ws.data() + ws.size());
47 assert(bs == "\xE1\x80\x85\x00");
48 bs = myconv.to_bytes(L"");
49 assert(bs.size() == 0)
59 std::string bs = myconv.to_bytes(ws[0]); local
    [all...]
ctor_err_string.pass.cpp 54 std::string bs = myconv.to_bytes(L"\xDA83"); local
55 assert(bs == "byte error");
69 std::string bs = myconv.to_bytes(L"\xDA83"); local
70 assert(bs == "byte error");
converted.pass.cpp 39 std::string bs = myconv.to_bytes(L"\x1005"); local
41 bs = myconv.to_bytes(L"\x1005\x65");
56 std::string bs = myconv.to_bytes(L"\x40003"); local
58 bs = myconv.to_bytes(L"\x40003\x65");
  /external/testng/src/main/java/org/testng/internal/annotations/
AnnotationHelper.java 58 IConfigurationAnnotation bs = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeSuite.class); local
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
82 IConfigurationAnnotation bs = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeSuite.class); local
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
103 private static IConfigurationAnnotation createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as,
109 if (bs != null) {
111 finishInitialize(result, bs);
154 private static void finishInitialize(ConfigurationAnnotation result, IConfigurationAnnotation bs) {
    [all...]
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
AnnotationTest.class 
  /libcore/benchmarks/src/benchmarks/regression/
BitSetBenchmark.java 27 private BitSet bs; field in class:BitSetBenchmark
31 bs = new BitSet(size);
36 if (!bs.isEmpty()) throw new RuntimeException();
41 bs.set(bs.size() - 1);
43 if (bs.isEmpty()) throw new RuntimeException();
49 bs.get(i % size);
55 bs.clear(i % size);
61 bs.set(i % size);
67 bs.set(i % size, true)
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_bitst.c 113 ASN1_BIT_STRING *bs; local
116 if (!(bs = M_ASN1_BIT_STRING_new())) {
125 if (!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) {
127 M_ASN1_BIT_STRING_free(bs);
136 M_ASN1_BIT_STRING_free(bs);
140 return bs;
  /external/mesa3d/src/intel/vulkan/
genX_gpu_memcpy.c 67 unsigned bs = 16; local
68 bs = gcd_pow2_u64(bs, src_offset);
69 bs = gcd_pow2_u64(bs, dst_offset);
70 bs = gcd_pow2_u64(bs, size);
73 switch (bs) {
98 .BufferPitch = bs,
115 .Component0Control = (bs >= 4) ? VFCOMP_STORE_SRC : VFCOMP_STORE_0
    [all...]
  /external/skia/tests/
Sk4x4fTest.cpp 44 uint8_t bs[16] = {0,1,2,3, 4,5,6,7, 8,9,10,11, 12,13,14,15}; local
45 f = Sk4x4f::Transpose(bs);
53 REPORTER_ASSERT(r, 0 == memcmp(bs, bs_back, sizeof(bs)));
  /external/skqp/tests/
Sk4x4fTest.cpp 44 uint8_t bs[16] = {0,1,2,3, 4,5,6,7, 8,9,10,11, 12,13,14,15}; local
45 f = Sk4x4f::Transpose(bs);
53 REPORTER_ASSERT(r, 0 == memcmp(bs, bs_back, sizeof(bs)));
  /external/syslinux/com32/gpllib/zzjson/
zzjson_print.c 14 int c, bs; local
17 bs = 1;
21 if (*s == 'u') bs = 0; // copy \uHHHH verbatim
29 default: bs = 0; break;
31 if (bs) PUTC('\\');
  /external/syslinux/gpxe/src/image/
efi_image.c 37 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
44 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, NULL,
54 if ( ( efirc = bs->StartImage ( handle, &exit_data_size,
65 bs->UnloadImage ( handle );
77 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
82 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, NULL,
98 bs->UnloadImage ( handle );
  /external/syslinux/gpxe/src/interface/efi/
efi_umalloc.c 45 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
57 if ( ( efirc = bs->AllocatePages ( AllocateAnyPages,
85 if ( ( efirc = bs->FreePages ( phys_addr, old_pages ) ) != 0 ){
  /external/syslinux/libfat/
open.c 29 struct fat_bootsect *bs; local
42 bs = libfat_get_sector(fs, 0);
43 if (!bs)
46 if (read16(&bs->bsBytesPerSec) != LIBFAT_SECTOR_SIZE)
50 if ((uint8_t) (1 << i) == read8(&bs->bsSecPerClust))
58 sectors = read16(&bs->bsSectors);
60 sectors = read32(&bs->bsHugeSectors);
64 fs->fat = read16(&bs->bsResSectors);
65 fatsize = read16(&bs->bsFATsecs);
67 fatsize = read32(&bs->u.fat32.bpb_fatsz32)
    [all...]
  /external/testng/src/test/java/test/configuration/
SuiteFactoryOnceSample1Test.java 12 public void bs() { method in class:SuiteFactoryOnceSample1Test
  /external/testng/src/test/java/test/invokedmethodlistener/
Sample.java 31 public void bs() {} method in class:Sample
  /tools/tradefederation/core/tests/src/com/android/tradefed/proto/
PlatformProtosFuncTest.java 73 BatteryStatsProto bs = bssdp.getBatterystats(); local
74 assertTrue(bs.hasSystem());
75 assertFalse(bs.getUidsList().isEmpty());
76 assertTrue(bs.getUids(0).hasCpu());
  /libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java 28 BitSet bs = new BitSet(); local
29 assertEquals("{}", bs.toString());
30 bs.set(2);
31 assertEquals("{2}", bs.toString());
32 bs.set(4);
33 bs.set(10);
34 assertEquals("{2, 4, 10}", bs.toString());
53 private static void assertBitSet(BitSet bs, long[] longs, String s) {
55 assertEquals(bs.toString(), ((longs[i / 64] & (1L << (i % 64))) != 0), bs.get(i))
162 BitSet bs = new BitSet(); local
181 BitSet bs; local
259 BitSet bs = BitSet.valueOf(bytes); local
    [all...]

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>