Home
last modified time | relevance | path

Searched refs:ORDER (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Include/internal/
Dpycore_atomic.h53 #define _Py_atomic_signal_fence(/*memory_order*/ ORDER) \ argument
54 atomic_signal_fence(ORDER)
56 #define _Py_atomic_thread_fence(/*memory_order*/ ORDER) \ argument
57 atomic_thread_fence(ORDER)
59 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
60 atomic_store_explicit(&((ATOMIC_VAL)->_value), NEW_VAL, ORDER)
62 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ argument
63 atomic_load_explicit(&((ATOMIC_VAL)->_value), ORDER)
84 #define _Py_atomic_signal_fence(/*memory_order*/ ORDER) \
85 __atomic_signal_fence(ORDER)
[all …]
/third_party/elfutils/libcpu/defs/
Di386198 # ORDER
202 # ORDER END
203 # ORDER
207 # ORDER END
208 # ORDER
212 # ORDER END
213 # ORDER
217 # ORDER END
218 # ORDER
221 # ORDER END
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h60 template <TraverseOrder ORDER = TraverseOrder::LeftToRight, typename CALLBACK>
69 if (ORDER == TraverseOrder::LeftToRight) { in TraverseExpressions()
78 if (ORDER == TraverseOrder::LeftToRight) { in TraverseExpressions()
/third_party/chromium/patch/
D0003-ohos-1115.patch75068 - static const char kSelectAllSql[] = "SELECT v FROM x ORDER BY id";
86814 -** ORDER BY 1;
86829 -** the DISTINCT and ORDER BY are recommended.
91368 +** ORDER BY 1;
91381 +** the DISTINCT and ORDER BY are recommended.
94650 " FROM completion(%Q) ORDER BY 1", text);
94664 " FROM completion(%Q,%Q) ORDER BY 1",
94706 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
94731 " WHERE %s ORDER BY rowid DESC", zWhere);
94984 + FROM ColNames ORDER BY cpos\
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp145 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in getInternalFormat() argument
146 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in getInternalFormat() argument
/third_party/node/deps/npm/node_modules/config-chain/
Dreadme.markdown115 // OBJECTS ARE OK TOO, they're SYNC but they still ORDER RIGHT
/third_party/skia/toolchain/
Dclang_toolchain_config.bzl197 # THIS ORDER MATTERS GREATLY. If these are in the wrong order, the
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_polynomial_ffd.txt270 ORDER GetMap 2 x 3 x Z_1* 1,1,1 -
/third_party/openGLES/extensions/SGIX/
DSGIX_polynomial_ffd.txt270 ORDER GetMap 2 x 3 x Z_1* 1,1,1 -
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2775 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in mapTextureFormat() argument
2776 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in mapTextureFormat() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_multitexture.txt947 …x ORDER GetMapiv (k+9) x Z8* 1 …
948 …x ORDER GetMapiv (k+9) x 2 x Z8* 1,1 …
/third_party/openGLES/extensions/SGIS/
DSGIS_multitexture.txt947 …x ORDER GetMapiv (k+9) x Z8* 1 …
948 …x ORDER GetMapiv (k+9) x 2 x Z8* 1,1 …
/third_party/python/Doc/library/
Dsqlite3.rst67 >>> for row in cur.execute('SELECT * FROM stocks ORDER BY price'):
431 higher than the second. Note that this controls sorting (ORDER BY in SQL) so
/third_party/openGLES/extensions/ARB/
DARB_robustness.txt379 be one of ORDER, COEFF, or DOMAIN. GetnMap{ifd}vARB does not write
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_robustness.txt369 be one of ORDER, COEFF, or DOMAIN. GetnMap{ifd}vARB does not write
/third_party/harfbuzz/perf/texts/
Den-words.txt7901 ORDER
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt7901 ORDER
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt2701 FEFF;BYTE ORDER MARK;alternate
DUnicodeData.txt16465 FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;;
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt3622 FEFF;BYTE ORDER MARK;alternate
DUnicodeData.txt16534 FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;;
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt3622 FEFF;BYTE ORDER MARK;alternate
/third_party/node/deps/npm/changelogs/
DCHANGELOG-3.md4559 #### MY PACKAGE.JSON WAS ALREADY IN THE RIGHT ORDER
/third_party/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt5556 "LAW AND ORDER!
Dulyss10.txt21950 CHAPTER OF THE SAINTS OF FINANCE IN THEIR PLUTOCRATIC ORDER OF

12