Home
last modified time | relevance | path

Searched refs:SET (Results 1 - 25 of 51) sorted by relevance

123

/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_artifacts.bat25 SET ZLIB_ROOT=%cd%\zlib
30 SET ARTIFACT_DIR=%cd%\artifacts
35 SET PYTHON=C:\python35_32bit
36 SET PYTHON_VERSION=3.5
37 SET PYTHON_ARCH=32
40 SET PYTHON=C:\python35
41 SET PYTHON_VERSION=3.5
42 SET PYTHON_ARCH=64
45 SET PYTHON=C:\python36_32bit
46 SET PYTHON_VERSIO
[all...]
H A Dbuild_single_artifact.bat30 SET PATH=%PYTHON%;%PYTHON%\Scripts;%OLD_PATH%
58 SET PATH=%cd%\vcprojects\Release;%PATH%
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c81 * necessary, when |action_type == SET|.
110 * way necessary, when |action_type == SET|.
135 * necessary, when |action_type == SET|.
153 NONE = 0, GET = 1, SET = 2 enumerator
169 * The action type (GET or SET). This may be 0 in some cases, and should
218 * If the item has this set to 0, it means that both GET and SET are
274 * |fixup_args| is always called before (for SET) or after (for GET)
347 * data between p1+p2 (SET) or return value+p2 (GET) as long as the values
356 * PRE_CTRL_TO_PARAMS, SET | GET - |p1| and |p2| are converted to an
365 * PRE_CTRL_STR_TO_PARAMS, !SET
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c81 * necessary, when |action_type == SET|.
110 * way necessary, when |action_type == SET|.
135 * necessary, when |action_type == SET|.
153 NONE = 0, GET = 1, SET = 2 enumerator
169 * The action type (GET or SET). This may be 0 in some cases, and should
218 * If the item has this set to 0, it means that both GET and SET are
274 * |fixup_args| is always called before (for SET) or after (for GET)
347 * data between p1+p2 (SET) or return value+p2 (GET) as long as the values
356 * PRE_CTRL_TO_PARAMS, SET | GET - |p1| and |p2| are converted to an
365 * PRE_CTRL_STR_TO_PARAMS, !SET
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_shadowed_regs.c1939 #define SET(array) ARRAY_SIZE(array), array in gfx9_emulate_clear_state() macro
1941 set_context_reg_seq_array(cs, R_028000_DB_RENDER_CONTROL, SET(DbRenderControlGfx9)); in gfx9_emulate_clear_state()
1942 set_context_reg_seq_array(cs, R_0281E8_COHER_DEST_BASE_HI_0, SET(CoherDestBaseHi0Gfx9)); in gfx9_emulate_clear_state()
1944 SET(VgtMultiPrimIbResetIndxGfx9)); in gfx9_emulate_clear_state()
1945 set_context_reg_seq_array(cs, R_028414_CB_BLEND_RED, SET(CbBlendRedGfx9)); in gfx9_emulate_clear_state()
1946 set_context_reg_seq_array(cs, R_028644_SPI_PS_INPUT_CNTL_0, SET(SpiPsInputCntl0Gfx9)); in gfx9_emulate_clear_state()
1947 set_context_reg_seq_array(cs, R_028754_SX_PS_DOWNCONVERT, SET(SxPsDownconvertGfx9)); in gfx9_emulate_clear_state()
1948 set_context_reg_seq_array(cs, R_028800_DB_DEPTH_CONTROL, SET(DbDepthControlGfx9)); in gfx9_emulate_clear_state()
1949 set_context_reg_seq_array(cs, R_028A00_PA_SU_POINT_SIZE, SET(PaSuPointSizeGfx9)); in gfx9_emulate_clear_state()
1950 set_context_reg_seq_array(cs, R_028A18_VGT_HOS_MAX_TESS_LEVEL, SET(VgtHosMaxTessLevelGfx in gfx9_emulate_clear_state()
[all...]
/third_party/node/src/quic/
H A Dtransportparams.cc39 #define SET(name) \ in From() macro
43 if (!SET(initial_max_stream_data_bidi_local) || in From()
44 !SET(initial_max_stream_data_bidi_remote) || in From()
45 !SET(initial_max_stream_data_uni) || !SET(initial_max_data) || in From()
46 !SET(initial_max_streams_bidi) || !SET(initial_max_streams_uni) || in From()
47 !SET(max_idle_timeout) || !SET(active_connection_id_limit) || in From()
48 !SET(ack_delay_exponen in From()
53 #undef SET From() macro
[all...]
H A Dtlscontext.cc569 #define SET(name) \ in From() macro
573 if (!SET(keylog) || !SET(reject_unauthorized) || !SET(enable_tls_trace) || in From()
574 !SET(request_peer_certificate) || !SET(verify_hostname_identity) || in From()
575 !SET(alpn) || !SET(hostname) || !SET(session_id_ctx) || !SET(cipher in From()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp237 enum {SET=0, WAIT, COUNT}; in singleSubmissionCase() enumerator
246 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; in singleSubmissionCase()
249 makeCommonCommandBufferSubmitInfo(cmdBuffers[SET]), in singleSubmissionCase()
264 beginCommandBuffer(vk, cmdBuffers[SET]); in singleSubmissionCase()
265 synchronizationWrapper->cmdSetEvent(cmdBuffers[SET], *event, &dependencyInfo); in singleSubmissionCase()
266 endCommandBuffer(vk, cmdBuffers[SET]); in singleSubmissionCase()
282 enum { SET = 0, WAIT, COUNT }; in multiSubmissionCase() enumerator
289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase()
292 VkCommandBuffer cmdBuffers[COUNT] = { *ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT] }; in multiSubmissionCase()
296 makeCommonCommandBufferSubmitInfo(cmdBuffers[SET]), in multiSubmissionCase()
347 enum {SET=0, WAIT, COUNT}; secondaryCommandBufferCase() enumerator
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp237 enum {SET=0, WAIT, COUNT}; in singleSubmissionCase() enumerator
246 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; in singleSubmissionCase()
249 makeCommonCommandBufferSubmitInfo(cmdBuffers[SET]), in singleSubmissionCase()
264 beginCommandBuffer(vk, cmdBuffers[SET]); in singleSubmissionCase()
265 synchronizationWrapper->cmdSetEvent(cmdBuffers[SET], *event, &dependencyInfo); in singleSubmissionCase()
266 endCommandBuffer(vk, cmdBuffers[SET]); in singleSubmissionCase()
282 enum { SET = 0, WAIT, COUNT }; in multiSubmissionCase() enumerator
289 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase()
292 VkCommandBuffer cmdBuffers[COUNT] = { *ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT] }; in multiSubmissionCase()
296 makeCommonCommandBufferSubmitInfo(cmdBuffers[SET]), in multiSubmissionCase()
347 enum {SET=0, WAIT, COUNT}; secondaryCommandBufferCase() enumerator
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dmd5.c66 * SET reads 4 input bytes in little-endian byte order and stores them in a
81 #define SET(n) \ macro
84 SET(n)
86 #define SET(n) \ macro
120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
125 STEP(F, d, a, b, c, SET( in body()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DMD5.cpp66 // SET reads 4 input bytes in little-endian byte order and stores them
68 #define SET(n) \ macro
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
106 STEP(F, b, c, d, a, SET( in body()
[all...]
/third_party/curl/lib/
H A Dmd5.c322 * SET reads 4 input bytes in little-endian byte order and stores them
330 #define SET(n) \ macro
333 SET(n)
335 #define SET(n) \ macro
370 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
371 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
372 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
373 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
374 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
375 STEP(F, d, a, b, c, SET( in body()
[all...]
H A Dmd4.c290 * SET reads 4 input bytes in little-endian byte order and stores them
298 #define SET(n) \ macro
301 SET(n)
303 #define SET(n) \ macro
338 STEP(F, a, b, c, d, SET(0), 3) in body()
339 STEP(F, d, a, b, c, SET(1), 7) in body()
340 STEP(F, c, d, a, b, SET(2), 11) in body()
341 STEP(F, b, c, d, a, SET(3), 19) in body()
342 STEP(F, a, b, c, d, SET(4), 3) in body()
343 STEP(F, d, a, b, c, SET( in body()
[all...]
/third_party/python/Modules/
H A Dgrpmodule.c79 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, val) in mkgrent() macro
80 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_name)); in mkgrent()
82 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_passwd)); in mkgrent()
84 SET(setIndex++, Py_None); in mkgrent()
87 SET(setIndex++, _PyLong_FromGid(p->gr_gid)); in mkgrent()
88 SET(setIndex++, w); in mkgrent()
89 #undef SET in mkgrent() macro
H A Dtimemodule.c442 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyLong_FromLong((long) val)) macro
444 SET(0, p->tm_year + 1900);
445 SET(1, p->tm_mon + 1); /* Want January == 1 */
446 SET(2, p->tm_mday);
447 SET(3, p->tm_hour);
448 SET(4, p->tm_min);
449 SET(5, p->tm_sec);
450 SET(6, (p->tm_wday + 6) % 7); /* Want Monday == 0 */
451 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
452 SET(
462 #undef SET global() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat19 SET BUILD_ROOT=%cd%
20 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH%
21 SET ROOT_DIR=%cd%\github\marl
22 SET BUILD_DIR=%ROOT_DIR%\build
30 SET CONFIG=Release
66 SET BAZEL_DIR=!BUILD_ROOT!\bazel
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c125 #define SET(field) \ in add_new_line() macro
132 SET (addr); in add_new_line()
133 SET (op_index); in add_new_line()
134 SET (file); in add_new_line()
135 SET (line); in add_new_line()
136 SET (column); in add_new_line()
137 SET (is_stmt); in add_new_line()
138 SET (basic_block); in add_new_line()
139 SET (end_sequence); in add_new_line()
140 SET (prologue_en in add_new_line()
147 #undef SET add_new_line() macro
[all...]
/third_party/backends/backend/
H A Dhs2p.h488 #define SET SANE_FALSE macro
491 #define set_endorser_control(fd,val) (endorser_control( (fd), (val), SET ))
494 #define set_connection_parameters(fd,parm) (connection_parameters( (fd), (parm), SET ))
497 #define set_adf_control(fd, a, b, c) (adf_control( (fd), SET, (a), (b), (c) ))
502 #define set_white_balance(fd,val) (white_balance( (fd), (val), SET ))
505 #define set_scan_wait_mode(fd,val) (scan_wait_mode( (fd), (val), SET ))
508 #define set_service_mode(fd,val) (service_mode( (fd), (val), SET ))
/third_party/python/Modules/_ctypes/
H A Dcfield.c407 /* Doesn't work if NUM_BITS(size) == 0, but it never happens in SET() call. */
420 #define SET(type, x, v, size) \ macro
481 *(signed char *)ptr = SET(signed char, *(signed char *)ptr, val, size); in b_set()
500 *(unsigned char *)ptr = SET(unsigned char, *(unsigned char*)ptr, val, size); in B_set()
521 x = SET(short, x, val, size); in h_set()
537 field = SET(short, field, val, size); in h_set_sw()
570 x = SET(unsigned short, x, val, size); in H_set()
585 field = SET(unsigned short, field, val, size); in H_set_sw()
619 x = SET(int, x, val, size); in i_set()
634 field = SET(in in i_set_sw()
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A Dcontinuous.bat5 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH%
6 SET SRC=%cd%\git\SwiftShader
11 SET LESS_DEBUG_INFO=1
33 SET SWIFTSHADER_DISABLE_DEBUGGER_WAIT_DIALOG=1
/third_party/libcoap/scripts/
H A Dmsbuild.sln.cmd13 SET "OPENSSL_INSTALL_PATH=C:\Program Files\OpenSSL\"
15 SET "OPENSSL_INSTALL_PATH=C:\Program Files\OpenSSL-Win64\")
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c66 #define SET(opt) (sp->fts_options |= (opt)) macro
145 SET(FTS_NOCHDIR); in fts_open()
215 SET(FTS_NOCHDIR); in fts_open()
411 SET(FTS_STOP); in fts_read()
473 SET(FTS_STOP); in fts_read()
481 SET(FTS_STOP); in fts_read()
487 SET(FTS_STOP); in fts_read()
555 SET(FTS_NAMEONLY); in fts_children()
763 SET(FTS_STOP); in fts_build()
858 SET(FTS_STO in fts_build()
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c73 OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X, LT),
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c1911 SET(strategy, strategy);\
1912 SET(windowBits, window_bits);\
1913 SET(level, level);\
1914 SET(memLevel, mem_level);
1923 # define SET(name, func) if (getsearchopts(dp, #name, &val))\ in search_compression() macro
1926 # undef SET in search_compression() macro
1934 # define SET(name, func) if (getallopts(dp, #name, &val))\ in set_compression() macro
1937 # undef SET in set_compression() macro
1946 # define SET(name, func) if (getallopts(dp, "ICC-profile-" #name, &val))\ in set_ICC_profile_compression() macro
1949 # undef SET in set_ICC_profile_compression() macro
1966 # define SET set_text_compression() macro
1969 # undef SET set_text_compression() macro
[all...]
/third_party/node/src/
H A Dnode_http2.cc565 #define SET(name, val) \ in GetDetails() macro
575 SET(bytes_read_string, received_bytes) in GetDetails()
576 SET(bytes_written_string, sent_bytes) in GetDetails()
577 SET(id_string, id) in GetDetails()
578 #undef SET in GetDetails() macro
580 #define SET(name, val) \ in GetDetails() macro
591 SET(time_to_first_byte_string, first_byte) in GetDetails()
592 SET(time_to_first_byte_sent_string, first_byte_sent) in GetDetails()
593 SET(time_to_first_header_string, first_header) in GetDetails()
594 #undef SET in GetDetails() macro
604 #define SET GetDetails() macro
633 #undef SET GetDetails() macro
[all...]

Completed in 24 milliseconds

123