Home
last modified time | relevance | path

Searched refs:ORDER (Results 1 – 25 of 35) 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/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/mindspore/third_party/patch/sqlite/
Dsqlite.patch001110 ** ORDER BY column expression is identical to the iOrderByCol'th
246 +#define SF_NoopOrderBy 0x0400000 /* ORDER BY is ignored for this query */
330 + CREATE VIEW t5 AS SELECT c3 FROM t3 ORDER BY c4;
340 + CREATE VIEW c(d) AS SELECT b FROM a ORDER BY b;
387 + HAVING (SELECT COUNT()OVER() + lead(b)OVER(ORDER BY SUM(DISTINCT b) + b))
392 + ORDER BY 1;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch70396 - static const char kSelectAllSql[] = "SELECT v FROM x ORDER BY id";
81411 -** ORDER BY 1;
81426 -** the DISTINCT and ORDER BY are recommended.
85965 +** ORDER BY 1;
85978 +** the DISTINCT and ORDER BY are recommended.
89247 " FROM completion(%Q) ORDER BY 1", text);
89261 " FROM completion(%Q,%Q) ORDER BY 1",
89303 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
89328 " WHERE %s ORDER BY rowid DESC", zWhere);
89581 + FROM ColNames ORDER BY cpos\
[all …]
D0004-3.2-Beta5.patch49683 + ORDER BY salary desc)
49688 + ORDER BY salary asc);
/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.cpp2728 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in mapTextureFormat() argument
2729 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in mapTextureFormat() argument
/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/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/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/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/openGLES/extensions/ARB/
DARB_robustness.txt379 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
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt3622 FEFF;BYTE ORDER MARK;alternate
/third_party/icu/icu4c/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!
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
DUnicodeData.txt14494 FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;;
/third_party/boost/libs/spirit/workbench/unicode/
DUnicodeData.txt14494 FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;;

12