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

  /external/spirv-llvm/lib/SPIRV/Mangler/
Mangler.cpp 33 MangleVisitor(SPIRversion ver, std::stringstream& s) : TypeVisitor(ver), m_stream(s), seqId(0) {
39 void mangleSequenceID(unsigned SeqID) {
40 if (SeqID == 1)
42 else if (SeqID > 1) {
45 SeqID--;
47 for (; SeqID != 0; SeqID /= 36)
48 bstr += charset.substr(SeqID % 36, 1);
75 unsigned SeqID = I->second;
77 mangleSequenceID(SeqID);
    [all...]
  /external/tcpdump/
print-arcnet.c 59 uint16_t arc_seqid2; /* real seqid value */
123 int flag, u_int seqid)
150 ND_PRINT((ndo, "%02x %02x %s seqid %04x %d: ",
151 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
157 ND_PRINT((ndo, "%02x %02x %s seqid %04x "
159 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
162 ND_PRINT((ndo, "%02x %02x %s seqid %04x "
164 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
182 u_int seqid = 0; local
219 seqid = EXTRACT_16BITS(&ap->arc_seqid2)
    [all...]
  /device/google/contexthub/contexthubhal/test/
main.cpp 30 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS;
36 os << vendor << ", " << std::hex << std::setw(6) << seqId;
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 325 tst_res(TFAIL, "failed to parse seqid: %s", tmp);
366 tst_res(TFAIL, "failed to parse seqid: %s",
469 tst_res(TFAIL, "failed to parse seqid: %s", msg);
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 54 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS;
60 os << vendor << ", " << std::hex << std::setw(6) << seqId;
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 231 unsigned SeqID;
391 StructorType(0), SeqID(0), AbiTagsRoot(AbiTags) {
399 SeqID(0), AbiTagsRoot(AbiTags) { }
403 SeqID(0), AbiTagsRoot(AbiTags) { }
408 SeqID(Outer.SeqID), AbiTagsRoot(AbiTags) {}
413 SeqID(Outer.SeqID), AbiTagsRoot(AbiTags) {}
437 void mangleSeqID(unsigned SeqID);
    [all...]
  /cts/tests/tests/media/libimagereaderjni/
AImageReaderCts.cpp 224 int seqId;
225 return ACameraCaptureSession_capture(mSession, nullptr, 1, &mStillRequest, &seqId);
  /hardware/google/av/codec2/vndk/bufferpool/
AccessorImpl.h 61 // ConnectionId = pid : (timestamp_created + seqId)
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp     [all...]
  /device/google/contexthub/firmware/os/core/
seos.c 821 uint64_t appId, vendor, seqId, curAppId;
825 seqId = APP_ID_GET_SEQ_ID(appId);
829 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mq.h 98 LONGLONG SeqID;

Completed in 1692 milliseconds