HomeSort by relevance Sort by last modified time
    Searched defs:IS (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/strace/linux/
subcall.h 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
30 # error SYS_socket_subcall is not defined
33 #define IS TRACE_INDIRECT_SUBCALL
35 [SYS_socket_subcall + 1] = { 3, IS|TN, SEN(socket), "socket" },
36 [SYS_socket_subcall + 2] = { 3, IS|TN, SEN(bind), "bind" },
37 [SYS_socket_subcall + 3] = { 3, IS|TN, SEN(connect), "connect" },
38 [SYS_socket_subcall + 4] = { 2, IS|TN, SEN(listen), "listen" },
39 [SYS_socket_subcall + 5] = { 3, IS|TN, SEN(accept), "accept" },
40 [SYS_socket_subcall + 6] = { 3, IS|TN, SEN(getsockname), "getsockname" }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 5 // This file is distributed under the University of Illinois Open Source
84 // feature string. This is important for setting features that are implied
144 // Extra load is needed for all externally visible.
150 // If this is a strong reference to a definition, it is definitely not
160 // If symbol visibility is hidden, we have a stub for common symbol
168 // If this is a strong reference to a definition, it is definitely not
199 const InstrStage *IS = InstrItins.Stages + itin->FirstStage;
200 allStage1Units |= IS->getUnits()
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVStream.h 5 // This file is distributed under the University of Illinois Open Source
10 // Permission is hereby granted, free of charge, to any person obtaining a
15 // Software is furnished to do so, subject to the following conditions:
25 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70 :IS(InputStream), M(Module), WordCount(0), OpCode(OpNop),
80 std::istream &IS;
102 I.IS.read(reinterpret_cast<char*>(&W), sizeof(W));
114 I.IS >> W;
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
43 const InstrStage *IS = ItinData->beginStage(idx);
47 for (; IS != E; ++IS) {
48 unsigned StageDepth = CurCycle + IS->getCycles();
50 CurCycle += IS->getNextCycles();
67 // If MaxLookAhead is not set above, then we are not enabled.
126 for (const InstrStage *IS = ItinData->beginStage(idx),
127 *E = ItinData->endStage(idx); IS != E; ++IS) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
53 const InstrStage *IS = ItinData->beginStage(idx);
57 for (; IS != E; ++IS) {
58 unsigned StageDepth = CurCycle + IS->getCycles();
60 CurCycle += IS->getNextCycles();
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
127 // stage is occupied. FIXME it would be more accurate to find th
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h 5 // This file is distributed under the University of Illinois Open Source
34 /// parameter values of an intrinsic. If the number of return values is > 1,
37 /// continues from there through the parameter list. This is useful for
41 /// list is only populated when in the context of a target .td file. When
50 /// this list is only populated when in the context of a target .td file.
59 IntrinsicSignature IS;
66 /// This is set to true if the intrinsic is overloaded by its argument
70 /// isCommutative - True if the intrinsic is commutative.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
luac.c 57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
67 #define IS(s) (strcmp(argv[i],s)==0)
78 else if (IS("--")) /* end of options; skip it */
84 else if (IS("-")) /* end of options; use stdin */
86 else if (IS("-l")) /* list */
88 else if (IS("-o")) /* output file */
93 if (IS("-")) output=NULL;
95 else if (IS("-p")) /* parse only */
97 else if (IS("-s")) /* strip debug information */
99 else if (IS("-v")) /* show version *
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
PDBFile.cpp 5 // This file is distributed under the University of Illinois Open Source
130 // is exactly what we are attempting to parse. By specifying a custom
148 // For convenience, we store the block array contiguously. This is because
149 // if someone calls setStreamMap(), it is more convenient to be able to call
151 // DirectoryStream is cached in the class and thus lives for the life of the
161 "Stream block map is corrupt.");
271 auto IS = getPDBInfoStream();
272 if (!IS)
273 return IS.takeError();
275 uint32_t NameStreamIndex = IS->getNamedStreamIndex("/names")
    [all...]
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 5 // This file is distributed under the University of Illinois Open Source
35 /// intrinsic. If the number of return values is > 1, then the intrinsic
38 /// the parameter list. This is useful for "matching" types.
40 /// The MVT::SimpleValueType for each return type. Note that this list is
49 /// The MVT::SimpleValueType for each parameter type. Note that this list is
59 IntrinsicSignature IS;
65 /// The intrinsic may access memory anywhere, i.e. it is not restricted
92 /// This is set to true if the intrinsic is overloaded by its argument
96 /// True if the intrinsic is commutative
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 96 class IS(Structure):
101 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
119 # Is this really the correct alignment, or should it be 0?
161 # offset is always relative to the class...
323 # In Python 2.5, Exception is a new-style class, and the repr changed
470 self.assertIn("_fields_ is final", str(details))
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 97 class IS(Structure):
102 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
120 # Is this really the correct alignment, or should it be 0?
162 # offset is always relative to the class...
483 self.assertIn("_fields_ is final", str(details))
  /external/syslinux/com32/lua/src/
luac.c 57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
67 #define IS(s) (strcmp(argv[i],s)==0)
78 else if (IS("--")) /* end of options; skip it */
84 else if (IS("-")) /* end of options; use stdin */
86 else if (IS("-l")) /* list */
88 else if (IS("-o")) /* output file */
93 if (IS("-")) output=NULL;
95 else if (IS("-p")) /* parse only */
97 else if (IS("-s")) /* strip debug information */
99 else if (IS("-v")) /* show version *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_structures.py 95 class IS(Structure):
100 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
118 # Is this really the correct alignment, or should it be 0?
160 # offset is always relative to the class...
326 # In Python 2.5, Exception is a new-style class, and the repr changed
472 self.assertTrue("_fields_ is final" in
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_structures.py 95 class IS(Structure):
100 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
118 # Is this really the correct alignment, or should it be 0?
160 # offset is always relative to the class...
326 # In Python 2.5, Exception is a new-style class, and the repr changed
472 self.assertTrue("_fields_ is final" in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 95 class IS(Structure):
100 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
118 # Is this really the correct alignment, or should it be 0?
160 # offset is always relative to the class...
326 # In Python 2.5, Exception is a new-style class, and the repr changed
472 self.assertTrue("_fields_ is final" in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 95 class IS(Structure):
100 self.assertEqual(sizeof(IS), calcsize("3si 3s 0i"))
118 # Is this really the correct alignment, or should it be 0?
160 # offset is always relative to the class...
326 # In Python 2.5, Exception is a new-style class, and the repr changed
472 self.assertTrue("_fields_ is final" in
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the JumpScopeChecker class, which is used to diagnose
26 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps
39 /// GotoScope - This is a record that we use to keep track of all of the
45 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
46 /// the parent scope is the function body.
49 /// InDiag - The note to emit if there is a jump into this scope.
52 /// OutDiag - The note to emit if there is an indirect jump out
170 // storage duration is not in scope to a point where it is in scop
    [all...]
AnalysisBasedWarnings.cpp 5 // This file is distributed under the University of Illinois Open Source
110 // Note that this is also a performance optimization. Analyzing
165 // Returns true if the function is called anywhere within the CFGBlock.
167 // this pointer is required.
249 // Return true if the exit node is reachable, and only reachable through
267 // If the exit block is unreachable, skip processing the function.
271 // Emit diagnostic if a recursive function call is detected for all paths.
324 // Now we know what is live, we check the live precessors of the exit block
351 // Destructors can appear after the 'return' in the CFG. This is
386 // TODO: Verify this is correct
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 5 // This file is distributed under the University of Illinois Open Source
14 // If no dependency is found, I is added to current packet and machine resource
15 // is marked as taken. If any dependency is found, a target API call is made to
144 // If it's not bundled with the successor (i.e. it is the last one
158 // If there are still two or more instructions, then there is nothing
278 // Check if this is a predicate dependence.
283 // Assumes that the first operand of the CALLr is the function address
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
41 * If the volume is compressed (usually JPEG2000) you need a decompression tool
91 static final short IS = vr("IS");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
328 * This is a multi threaded volume loaded
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 5 // This file is distributed under the University of Illinois Open Source
333 /// This is currently used to decide whether or not it is worth "forcing" a
336 /// This is controlled by 'region-store-small-struct-limit' option.
361 /// the value is not specified.
369 /// the array). This is called by ExprEngine when evaluating
392 InvalidatedSymbols &IS,
411 // BindDefault is only used to initialize a region with a default value.
433 /// This path is used when it seems advantageous to "force" loading the values
435 /// than using a Default binding at the base of the entire region. This is
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 5 // This file is distributed under the University of Illinois Open Source
253 /// \brief This class is used by SelectionDAGISel to temporarily override
256 SelectionDAGISel &IS;
262 CodeGenOpt::Level NewOptLevel) : IS(ISel) {
263 SavedOptLevel = IS.OptLevel;
266 IS.OptLevel = NewOptLevel;
267 IS.TM.setOptLevel(NewOptLevel);
269 << IS.MF->getFunction()->getName() << "\n");
272 SavedFastISel = IS.TM.Options.EnableFastISel;
274 IS.TM.setFastISel(IS.TM.getO0WantsFastISel())
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 24 #define IS 0x20
  /external/llvm/lib/IR/
AsmWriter.cpp 5 // This file is distributed under the University of Illinois Open Source
164 // If ID is 4, then expect: 7 6 5 1 2 3.
189 // Order is already correct.
340 // it if it is not printable or if it is an escape char.
367 // in the range 0-255. This is important when building with MSVC because
392 /// Turn the specified name into an 'LLVM name', which is either prefixed with %
393 /// (if the string only contains simple characters) or is surrounded with ""'s
414 /// Turn the specified name into an 'LLVM name', which is either prefixed with %
415 /// (if the string only contains simple characters) or is surrounded with ""'
    [all...]

Completed in 709 milliseconds

1 2 3