HomeSort by relevance Sort by last modified time
    Searched full:didx (Results 1 - 23 of 23) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 116 int didx = 0; local
125 dst[didx++] = base64[bits6];
127 dst[didx++] = base64[bits6];
129 dst[didx++] = base64[bits6];
131 dst[didx++] = base64[bits6];
134 if (didx < codeLength && lineFeed > 0 && lf % lineFeed == 0)
136 dst[didx++] = 0x0A;
144 dst[didx++] = base64[bits6];
146 dst[didx++] = base64[bits6];
148 dst[didx++] = base64[bits6]
217 int didx; local
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Video.asl 36 If(LEqual(And(DIDX,0x0F00),0x400))
INTELGFX.ASL 208 Store(DID1, DIDX)
269 Store(DID2, DIDX)
323 Store(DID3, DIDX)
382 Store(DID4, DIDX)
443 Store(DID5, DIDX)
503 Store(DID6, DIDX)
563 Store(DID7, DIDX)
623 Store(DID8, DIDX)
685 Return(And(0xFFFF,DIDX))
699 Return(CDDS(DIDX))
    [all...]
GloblNvs.asl 349 DIDX, 32, //(793) Device ID for eDP device
  /external/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 24 OPC_Decode, // OPC_Decode(uleb128 Opcode, uleb128 DIdx)
25 OPC_TryDecode, // OPC_TryDecode(uleb128 Opcode, uleb128 DIdx,
  /external/llvm/test/Transforms/LoopLoadElim/
memcheck.ll 34 %Didx = getelementptr inbounds i32, i32* %D, i64 %indvars.iv
45 store i32 2, i32* %Didx, align 4
unknown-dep.ll 30 %Didx = getelementptr inbounds i32, i32* %D, i64 %indvars.iv
47 store i32 %d, i32* %Didx, align 4
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 368 int didx = i * rmul; local
374 dst[didx].f = (float) src[sidx].u;
379 dst[didx].f = (float) src[sidx].i;
382 dst[didx].f = src[sidx].i ? 1.0f : 0.0f;
387 dst[didx].f = tmp;
399 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
406 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
411 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
416 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
445 dst[didx].i = IROUND(src[sidx].f)
    [all...]
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 302 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
305 << FunctionsToTrack[DIdx].Name
  /external/icu/icu4c/source/i18n/
nfsubs.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
GlobalNvsArea.h 472 UINT32 DIDX; // 793 Device ID for eDP device
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp     [all...]

Completed in 714 milliseconds