Home
last modified time | relevance | path

Searched refs:iss (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp41 dest = &iss; in add_interface()
68 return iss; in get_interface()
80 v(v), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {} in symbol_table_entry()
82 v(0), f(f), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {} in symbol_table_entry()
84 v(0), f(0), t(t), ibu(0), iss(0), ibi(0), ibo(0), a(0) {} in symbol_table_entry()
86 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) in symbol_table_entry()
92 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(a) {} in symbol_table_entry()
98 const glsl_type *iss; member in symbol_table_entry
/external/syslinux/core/lwip/src/core/
Dtcp.c653 u32_t iss; in tcp_connect() local
703 iss = tcp_next_iss(); in tcp_connect()
705 pcb->snd_nxt = iss; in tcp_connect()
706 pcb->lastack = iss - 1; in tcp_connect()
707 pcb->snd_lbb = iss - 1; in tcp_connect()
1183 u32_t iss; in tcp_alloc() local
1225 iss = tcp_next_iss(); in tcp_alloc()
1226 pcb->snd_wl2 = iss; in tcp_alloc()
1227 pcb->snd_nxt = iss; in tcp_alloc()
1228 pcb->lastack = iss; in tcp_alloc()
[all …]
/external/libchrome/base/
Dsys_info_linux.cc82 std::istringstream iss(contents); in CPUModelName() local
84 while (std::getline(iss, line)) { in CPUModelName()
Dcpu.cc113 std::istringstream iss(contents); in CpuInfoBrand() local
115 while (std::getline(iss, line)) { in CpuInfoBrand()
/external/webrtc/webrtc/base/
Dstringencode.h194 std::istringstream iss(s); in FromString()
195 iss >> std::boolalpha >> *t; in FromString()
196 return !iss.fail(); in FromString()
/external/parameter-framework/upstream/parameter/
DArrayParameter.cpp213 std::istringstream iss(*pStrChildName); in getIndex() local
215 iss >> index; in getIndex()
217 if (!iss) { in getIndex()
/external/fonttools/Windows/
DREADME.TXT23 7. Run Inno Setup and open Windows\fonttools-win-setup.iss
46 10.Run Inno Setup and open Windows\fonttools-win-setup.iss
/external/fonttools/
DMANIFEST.in11 include Windows/fonttools-win-setup.iss
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp172 std::istringstream iss(intervalRangeStr); in processIntervalRange() local
174 if ((iss >> reg1 >> std::ws)) { in processIntervalRange()
175 if (iss.eof()) { in processIntervalRange()
179 iss >> c; in processIntervalRange()
180 if (c == '-' && (iss >> reg2)) { in processIntervalRange()
/external/expat/
DMakefile.am77 win32/expat.iss \
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc466 std::istringstream iss(output); in PrintStepStats() local
467 for (std::string line; std::getline(iss, line);) { in PrintStepStats()
/external/pcre/dist2/testdata/
Dtestoutput18138 0: iss
Dtestoutput21166 0: iss
1169 /iss/I,aftertext,altglobal
1175 0: iss
1177 0: iss
1187 0: iss
1197 0: iss
1199 0: iss
1205 /(?<=[Ms])iss/Ig,aftertext
1212 0: iss
1214 0: iss
[all …]
Dtestinput2463 /iss/I,aftertext,altglobal
474 /(?<=[Ms])iss/Ig,aftertext
477 /(?<=[Ms])iss/I,aftertext,altglobal
480 /^iss/Ig,aftertext
483 /.*iss/Ig,aftertext
/external/toolchain-utils/cros_utils/
Dstats.py956 iss = 0
966 iss = iss + 1
968 iss = iss - 1
974 tau = iss / math.sqrt(n1 * n2)
3218 iss = 0
3228 iss = iss + 1
3230 iss = iss - 1
3236 tau = iss / math.sqrt(n1 * n2)
/external/flatbuffers/src/
Didl_gen_go.cpp753 std::istringstream iss(go_namespace); in GoGenerator() local
755 while (std::getline(iss, component, '.')) { in GoGenerator()
/external/hyphenation-patterns/sl/
Dhyph-sl.pat.txt442 2iss
/external/skqp/tools/bookmaker/
DincludeParser.cpp223 std::istringstream iss(className); in crossCheck() local
227 while (std::getline(iss, classStr, ':')) { in crossCheck()
/external/skia/tools/bookmaker/
DincludeParser.cpp223 std::istringstream iss(className); in crossCheck() local
227 while (std::getline(iss, classStr, ':')) { in crossCheck()
/external/ImageMagick/
DInstall-windows.txt344 1. Double-click on VisualMagick/installer/im-dll-16.iss to launch the
/external/pcre/dist2/doc/
Dpcre2test.txt1293 0: iss
1295 0: iss
Dpcre2.txt2075 which finds occurrences of "iss" in the middle of words. (\B matches
2083 rence of "iss" because it is able to look behind the starting point to