Home
last modified time | relevance | path

Searched refs:Big (Results 1 - 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DnormalizedIntersectionTooComplex.js13 interface Big {
14 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
15 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
16 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
17 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
18 "4": { common?: string; "4"?: number, ref?: Obj<Big["
[all...]
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs707 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u16 integer,
717 /// u16::<_, (_, ErrorKind)>(nom::number::Endianness::Big)(s)
736 crate::number::Endianness::Big => be_u16, in u16()
747 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u24 integer,
756 /// u24::<_,(_, ErrorKind)>(nom::number::Endianness::Big)(s)
775 crate::number::Endianness::Big => be_u24, in u24()
786 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u32 integer,
795 /// u32::<_, (_, ErrorKind)>(nom::number::Endianness::Big)(s)
814 crate::number::Endianness::Big => be_u32, in u32()
825 /// If the parameter is `nom::number::Endianness::Big`, pars
[all...]
H A Dcomplete.rs733 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u16 integer,
743 /// u16(nom::number::Endianness::Big)(s)
762 crate::number::Endianness::Big => be_u16, in u16()
773 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u24 integer,
782 /// u24(nom::number::Endianness::Big)(s)
801 crate::number::Endianness::Big => be_u24, in u24()
812 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u32 integer,
821 /// u32(nom::number::Endianness::Big)(s)
840 crate::number::Endianness::Big => be_u32, in u32()
851 /// If the parameter is `nom::number::Endianness::Big`, pars
[all...]
H A Dmod.rs9 /// Big endian
10 Big,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Doverflowed_enum.hpp11 Big = 65538,
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Doverflowed_enum.rs19 Big = 2,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_endianness_test.cpp40 TEST(BinaryEndianness, Big) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_endianness_test.cpp40 TEST(BinaryEndianness, Big) { in TEST()
/third_party/spirv-tools/test/
H A Dbinary_endianness_test.cpp40 TEST(BinaryEndianness, Big) { in TEST()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp28 Big, member in CommandType
211 CommandBig* big = allocator.Allocate<CommandBig>(CommandType::Big); in TEST()
222 ASSERT_EQ(type, CommandType::Big); in TEST()
/third_party/python/Lib/ctypes/test/
H A Dtest_bitfields.py285 class Big(BigEndianStructure): class
290 x = Big.from_buffer(b)
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs379 /// Big endian mode.
380 Big = PR_ENDIAN_BIG,
392 PR_ENDIAN_BIG => Ok(Self::Big), in try_from()
/third_party/skia/tests/
H A DGrTextBlobTest.cpp178 struct Big { in DEF_TEST() struct
181 // bob.alignedBytes(sizeof(Big), 1); // this should fail in DEF_TEST()
182 // bob.allocateBytesFor<Big>(); // this should not compile in DEF_TEST()
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1285 struct Big { struct
1286 Big() { memset(array, 0, sizeof(array)); } in Big() function
1299 Print(Big())); in TEST()
/third_party/python/Lib/test/
H A Dtest_collections.py544 Big = namedtuple('Big', names)
545 b = Big(*range(n))
547 self.assertEqual(Big._make(range(n)), tuple(range(n)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10122 CaseCluster &Big = *W.LastCluster; in lowerWorkItem() local
10124 if (Small.Low == Small.High && Big.Low == Big.High && in lowerWorkItem()
10125 Small.MBB == Big.MBB) { in lowerWorkItem()
10127 const APInt &BigValue = Big.Low->getValue(); in lowerWorkItem()
10143 // Both Small and Big will jump to Small.BB, so we sum up the in lowerWorkItem()
10145 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob); in lowerWorkItem()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2942 Big,
2952 return Big;
/third_party/libabigail/tests/lib/
H A Dcatch.hpp15031 enum Arch { Big, Little };
15038 return value ? Little : Big;
/third_party/glfw/deps/
H A Dnuklear.h5674 template<typename T> struct nk_alignof{struct Big {T x; char c;}; enum { struct
5675 diff = sizeof(Big) - sizeof(T), value = nk_helper<Big, diff>::value};};
25771 /// Big thank you to Omar Cornut (ocornut@github) for his [imgui library](https://github.com/ocornut/imgui) and
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 119 milliseconds