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

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/client/
r_varsa.s 38 float_0: .single 0.0
39 float_1: .single 1.0
40 float_minus_1: .single -1.0
41 float_particle_z_clip: .single PARTICLE_Z_CLIP
42 float_point5: .single 0.5
47 fp_1m: .single 1048576.0
48 fp_1m_minus_1: .single 1048575.0
49 fp_64k: .single 65536.0
50 fp_8: .single 8.0
51 fp_16: .single 16.
    [all...]
d_varsa.s 50 C(d_sdivzstepu): .single 0
51 C(d_tdivzstepu): .single 0
52 C(d_zistepu): .single 0
53 C(d_sdivzstepv): .single 0
54 C(d_tdivzstepv): .single 0
55 C(d_zistepv): .single 0
56 C(d_sdivzorigin): .single 0
57 C(d_tdivzorigin): .single 0
58 C(d_ziorigin): .single 0
153 DP_32768: .single 32768.
    [all...]
  /external/quake/quake/src/WinQuake/
r_varsa.s 38 float_0: .single 0.0
39 float_1: .single 1.0
40 float_minus_1: .single -1.0
41 float_particle_z_clip: .single PARTICLE_Z_CLIP
42 float_point5: .single 0.5
47 fp_1m: .single 1048576.0
48 fp_1m_minus_1: .single 1048575.0
49 fp_64k: .single 65536.0
50 fp_8: .single 8.0
51 fp_16: .single 16.
    [all...]
d_varsa.s 50 C(d_sdivzstepu): .single 0
51 C(d_tdivzstepu): .single 0
52 C(d_zistepu): .single 0
53 C(d_sdivzstepv): .single 0
54 C(d_tdivzstepv): .single 0
55 C(d_zistepv): .single 0
56 C(d_sdivzorigin): .single 0
57 C(d_tdivzorigin): .single 0
58 C(d_ziorigin): .single 0
153 DP_32768: .single 32768.
    [all...]
  /external/clang/utils/ABITest/
build-and-summarize-all.sh 11 for kind in return-types single-args; do
  /external/llvm/test/MC/AsmParser/
floating-literals.s 7 .single 1.2455, +2.3, 3, + 4.2
10 .single InFinIty
13 .single -iNf
16 .single nAN
  /external/openssl/crypto/asn1/
x_attrib.c 70 * int single;
74 * ASN1_TYPE *single;
87 ASN1_SIMPLE(X509_ATTRIBUTE, value.single, ASN1_ANY)
88 } ASN1_CHOICE_END_selector(X509_ATTRIBUTE, X509_ATTRIBUTE_SET, single)
107 ret->single=0;
  /external/clang/test/Parser/
ms-inline-asm.c 17 __asm int 3 ; } comments for single-line asm
  /external/compiler-rt/lib/x86_64/
floatundisf.S 13 two: .single 2.0
  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundisf.S 13 two: .single 2.0
  /external/icu4c/i18n/
tridpars.cpp 95 * Parse a single ID, that is, an ID of the general form
144 SingleID* single; local
148 single = specsToID(specsA, FORWARD);
150 if (b == NULL || single == NULL) {
152 delete single;
156 single->canonID.append(OPEN_REV)
159 single->filter = specsA->filter;
164 single = specsToID(specsB, FORWARD);
166 if (a == NULL || single == NULL) {
168 delete single;
224 SingleID* single = specsToID(specs, FORWARD); local
384 SingleID* single = parseSingleID(id, pos, dir, ec); local
408 SingleID* single = (SingleID*) list.elementAt(i); local
484 SingleID* single = (SingleID*) list.elementAt(i); local
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_cl.c 233 /* Look single response matching a given certificate ID */
239 OCSP_SINGLERESP *single; local
246 single = sk_OCSP_SINGLERESP_value(sresp, i);
247 if (!OCSP_id_cmp(id, single->certId)) return i;
258 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
265 if(!single) return -1;
266 cst = single->certStatus;
279 if(thisupd) *thisupd = single->thisUpdate;
280 if(nextupd) *nextupd = single->nextUpdate;
295 OCSP_SINGLERESP *single; local
    [all...]
ocsp_srv.c 130 OCSP_SINGLERESP *single = NULL; local
138 if (!(single = OCSP_SINGLERESP_new()))
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
149 OCSP_CERTID_free(single->certId);
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
154 cs = single->certStatus;
188 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
190 return single;
192 OCSP_SINGLERESP_free(single);
    [all...]
ocsp_prn.c 160 "Request Single Extensions",
191 OCSP_SINGLERESP *single = NULL; local
234 single = sk_OCSP_SINGLERESP_value(rd->responses, i);
235 cid = single->certId;
237 cst = single->certStatus;
259 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
261 if (single->nextUpdate)
264 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
269 "Response Single Extensions",
270 single->singleExtensions, flags, 8)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr.h 164 /* Fallback to single thread definitions. */
166 #include <bits/gthr-single.h>

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>