HomeSort by relevance Sort by last modified time
    Searched refs:Num (Results 1 - 25 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Fuzzer/test/
CounterTest.cpp 9 int Num = 0;
12 Num++;
13 if (Num >= 4) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.c 79 UINT16 Num;
81 Num = (UINT16) Handle;
83 ASSERT ((mHandle [Num / 8] & (1 << (Num % 8))) != 0);
84 mHandle [Num / 8] = (UINT8) (mHandle [Num / 8] & (~(1 << (Num % 8))));
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 20 int Num;
57 A1[0].Num = 21;
58 A1[7].Num = 17;
61 A2[0].Num = 121;
62 A2[7].Num = 117;
65 A3[0].Num = 221;
66 A3[7].Num = 217;
68 EXPECT_EQ(21, A1[0].Num);
69 EXPECT_EQ(17, A1[7].Num);
70 EXPECT_EQ(121, A2[0].Num);
    [all...]
  /external/bison/src/
state.h 65 num rules. lookahead_tokens is an array of bitsets, one per rule.
113 int num; member in struct:__anon13334
119 TRANSITIONS->states[Num]? Can be a token (amongst which the error
122 #define TRANSITION_SYMBOL(Transitions, Num) \
123 (Transitions->states[Num]->accessing_symbol)
125 /* Is the TRANSITIONS->states[Num] a shift? (as opposed to gotos). */
127 #define TRANSITION_IS_SHIFT(Transitions, Num) \
128 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
130 /* Is the TRANSITIONS->states[Num] a goto?. */
132 #define TRANSITION_IS_GOTO(Transitions, Num) \
171 int num; member in struct:__anon13335
184 int num; member in struct:__anon13336
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 83 UINT32 Num;
87 Num = 0;
90 Num = Num * 10 + (*Str - '0');
93 return Num;
178 UINT8 Num;
182 Num = 0;
206 Num++;
208 if ((Options != NULL) && (Num <= *Count)) {
209 Options[Num - 1].OptionStr = Name;
    [all...]
  /external/llvm/lib/Support/
BranchProbability.cpp 66 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) {
73 if (!Num || D == N)
74 return Num;
76 // Split Num into upper and lower parts to multiply, then recombine.
77 uint64_t ProductHigh = (Num >> 32) * N;
78 uint64_t ProductLow = (Num & UINT32_MAX) * N;
108 uint64_t BranchProbability::scale(uint64_t Num) const {
109 return ::scale<D>(Num, N, D);
112 uint64_t BranchProbability::scaleByInverse(uint64_t Num) const {
113 return ::scale<0>(Num, D, N)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
advsimd-mov-bad.d 5 +Num:.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
internal1.d 6 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
protected0.d 7 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
protected1.d 6 +Num: +Value +Size Type +Bind +Vis +Ndx +Name
internal0.d 7 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.c 45 UINT32 Num;
100 Num = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Str);
102 if (Num > 65535) {
106 ExtInfo->McastPort = (UINT16) Num;
122 Num = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Str);
124 if (Num != 0 && Num != 1) {
128 ExtInfo->IsMaster = (BOOLEAN) (Num == 1);
146 @param[in] Count The num of the extension options.
249 @param[in, out] Count The num of the Options on input.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Guid/
MeasuredFvHob.h 32 UINT32 Num;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
LegacySpeaker.c 90 UINTN Num;
92 for (Num=0; Num < NumberOfBeep; Num++) {
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 4 template <typename T> struct Num {
8 Num(T value) : value_(value) {}
15 friend Num operator*(const Num &a, const Rep &n) {
16 Num x = 0;
23 friend Num operator+(const Num &a, const Num &b) {
27 Num& operator+=(const Num& b)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 123 void setVarArgsNumGPR(unsigned Num) { VarArgsNumGPR = Num; }
126 void setVarArgsNumFPR(unsigned Num) { VarArgsNumFPR = Num; }
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug365.go 16 Num int
21 _ = s.Num // no error here please
  /prebuilts/go/linux-x86/test/fixedbugs/
bug365.go 16 Num int
21 _ = s.Num // no error here please
  /external/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 34 std::error_code llvm::codeview::consume(ArrayRef<uint8_t> &Data, APSInt &Num) {
42 Num = APSInt(APInt(/*numBits=*/16, Short, /*isSigned=*/false),
50 Num = APSInt(APInt(/*numBits=*/8,
59 Num = APSInt(APInt(/*numBits=*/16,
68 Num = APSInt(APInt(/*numBits=*/16,
77 Num = APSInt(APInt(/*numBits=*/32,
86 Num = APSInt(APInt(/*numBits=*/32,
95 Num = APSInt(APInt(/*numBits=*/64,
104 Num = APSInt(APInt(/*numBits=*/64,
114 std::error_code llvm::codeview::consume(StringRef &Data, APSInt &Num) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop_temps.d 5 Num: Value Size Type Bind Vis Ndx Name
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
global.d 5 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-6.d 5 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
loc-7.d 5 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-1.d 3 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
LegacySpeaker.c 95 UINTN Num;
100 for (Num=0; Num < NumberOfBeep; Num++) {

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>