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

1 2

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 40 EHFrameRelatedSections(SID EH, SID T, SID Ex)
42 SID EHFrameSID;
43 SID TextSID;
44 SID ExceptTabSID;
RuntimeDyldELF.h 31 uint64_t SymOffset = 0, SID SectionID = 0);
60 uint64_t SymOffset, SID SectionID);
65 uint64_t SymOffset, SID SectionID);
143 DenseMap<SID, SID> SectionToGOTMap;
155 SmallVector<SID, 2> UnregisteredEHFrameSections;
156 SmallVector<SID, 2> RegisteredEHFrameSections;
RuntimeDyldImpl.h 240 typedef unsigned SID; // Type for SectionIDs
241 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
RuntimeDyldELF.cpp 193 SID EHFrameSID = UnregisteredEHFrameSections[i];
205 SID EHFrameSID = RegisteredEHFrameSections[i];
603 SID SectionID) {
634 uint64_t SymOffset, SID SectionID) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 40 EHFrameRelatedSections(SID EH, SID T, SID Ex)
42 SID EHFrameSID;
43 SID TextSID;
44 SID ExceptTabSID;
RuntimeDyldELF.h 31 uint64_t SymOffset = 0, SID SectionID = 0);
143 DenseMap<SID, SID> SectionToGOTMap;
156 SmallVector<SID, 2> UnregisteredEHFrameSections;
RuntimeDyldImpl.h 262 typedef unsigned SID; // Type for SectionIDs
263 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.h 36 uint64_t SymOffset, SID SectionID);
39 uint64_t SymOffset, SID SectionID);
58 uint64_t SymOffset, SID SectionID);
RuntimeDyldCOFFX86_64.h 31 SmallVector<SID, 2> UnregisteredEHFrameSections;
32 SmallVector<SID, 2> RegisteredEHFrameSections;
RuntimeDyldELFMips.cpp 111 int64_t Addend, uint64_t SymOffset, SID SectionID) {
121 << " SID: " << format("%d", SectionID)
268 int64_t Addend, uint64_t SymOffset, SID SectionID) {
277 int64_t Addend, uint64_t SymOffset, SID SectionID) {
  /external/ltp/testcases/kernel/containers/pidns/
pidns02.c 60 #define SID 1
67 pid_t pgid, sid; local
72 sid = getsid(0);
75 if (pgid == PGID && sid == SID) {
77 pgid, sid);
81 "%d\n", pgid, sid);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 95 #define SID(I) ctx->dump_printf( ctx, "%d", I )
121 SID( src->DimIndirect.Index );
127 SID( src->Dimension.Index );
132 SID( src->DimIndirect.ArrayID );
137 SID(src->Dimension.Index);
145 SID( src->Indirect.Index );
151 SID( src->Register.Index );
156 SID( src->Indirect.ArrayID );
161 SID( src->Register.Index );
178 SID( dst->DimIndirect.Index )
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_dump.c 91 #define SID(I) ctx->dump_printf( ctx, "%d", I )
117 SID( src->DimIndirect.Index );
123 SID( src->Dimension.Index );
128 SID( src->DimIndirect.ArrayID );
133 SID(src->Dimension.Index);
141 SID( src->Indirect.Index );
147 SID( src->Register.Index );
152 SID( src->Indirect.ArrayID );
157 SID( src->Register.Index );
174 SID( dst->DimIndirect.Index )
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.h 61 * - interval : generate SID data every interval ms
98 * - forceSID : not zero to force SID frame and reset
113 * These functions updates the CN state, when a new SID packet arrives
117 * - SID : SID packet, all headers removed
118 * - length : Length in bytes of SID packet
123 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
webrtc_cng.c 136 * - interval : generate SID data every interval ms
404 * These functions updates the CN state, when a new SID packet arrives
408 * - SID : SID packet, all headers removed
409 * - length : Length in bytes of SID packet
414 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
433 if (SID[0] > 93)
434 SID[0] = 93;
435 targetEnergy = WebRtcCng_kDbov[SID[0]];
445 refCs[i] = SID[i + 1] << 8; /* Q7 to Q15*
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 31 SmallVector<SID, 2> UnregisteredEHFrameSections;
32 SmallVector<SID, 2> RegisteredEHFrameSections;
  /external/selinux/checkpolicy/
policy_scan.l 78 SID |
79 sid { return(SID); }
policy_parse.y 95 %token SID
187 initial_sid_def : SID identifier
664 initial_sid_context_def : SID identifier security_context_def
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 224 namespace SID {
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 107 cng_ix=find(s.pt~=13); % find those packets that are not CNG/SID
139 use_ix = intersect(cng_ix,... % use those that are not CNG/SID frames...
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /external/fonttools/Lib/fontTools/cffLib/
__init__.py     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 323 MachineOperand &SID = MI.getOperand(5);
372 .addOperand(SID)
392 .addOperand(SID)
412 .addOperand(SID)
426 MachineOperand &SID = MI.getOperand(5);
476 .addOperand(SID)
496 .addOperand(SID)
516 .addOperand(SID)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 428 BC_FIELD(VTX_WORD1_SEM, SEMANTIC_ID, SID, 7, 0)
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1029 milliseconds

1 2