/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpkdf_tls13_kdf.txt | 22 Ctrl.mode = mode:EXTRACT_ONLY 28 Ctrl.mode = mode:EXPAND_ONLY 37 Ctrl.mode = mode:EXPAND_ONLY 46 Ctrl.mode = mode:EXTRACT_ONLY 55 Ctrl.mode = mode:EXPAND_ONLY 64 Ctrl.mode = mode:EXPAND_ONLY 73 Ctrl.mode = mode:EXTRACT_ONLY 81 Ctrl.mode = mode:EXPAND_ONLY 90 Ctrl.mode = mode:EXPAND_ONLY 99 Ctrl.mode = mode:EXPAND_ONLY [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.h | 127 static constexpr bool IsRealRelocMode(Mode mode) { in IsRealRelocMode() argument 128 return mode >= FIRST_REAL_RELOC_MODE && mode <= LAST_REAL_RELOC_MODE; in IsRealRelocMode() 131 static constexpr bool IsGCRelocMode(Mode mode) { in IsGCRelocMode() argument 132 return mode <= LAST_GCED_ENUM; in IsGCRelocMode() 134 static constexpr bool IsShareableRelocMode(Mode mode) { in IsShareableRelocMode() argument 135 return mode == RelocInfo::NO_INFO || in IsShareableRelocMode() 136 mode >= RelocInfo::FIRST_SHAREABLE_RELOC_MODE; in IsShareableRelocMode() 138 static constexpr bool IsCodeTarget(Mode mode) { return mode == CODE_TARGET; } in IsCodeTarget() argument 139 static constexpr bool IsCodeTargetMode(Mode mode) { in IsCodeTargetMode() argument 140 return mode <= LAST_CODE_TARGET_MODE; in IsCodeTargetMode() [all …]
|
/third_party/mesa3d/src/glx/ |
D | glxconfig.c | 52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() argument 59 *value_return = mode->rgbBits; in glx_config_get() 62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT); in glx_config_get() 65 *value_return = mode->redBits; in glx_config_get() 68 *value_return = mode->greenBits; in glx_config_get() 71 *value_return = mode->blueBits; in glx_config_get() 74 *value_return = mode->alphaBits; in glx_config_get() 77 *value_return = mode->doubleBufferMode; in glx_config_get() 80 *value_return = mode->stereoMode; in glx_config_get() 83 *value_return = mode->numAuxBuffers; in glx_config_get() [all …]
|
/third_party/node/deps/openssl/openssl/engines/asm/ |
D | e_padlock-x86_64.pl | 286 my ($mode,$opcode) = @_; 290 .globl padlock_${mode}_encrypt 291 .type padlock_${mode}_encrypt,\@function,4 293 padlock_${mode}_encrypt: 299 jnz .L${mode}_abort 301 jnz .L${mode}_abort 310 jnz .L${mode}_aligned 316 jnz .L${mode}_aligned 331 $code.=<<___ if ($mode eq "ctr32"); 332 .L${mode}_reenter: [all …]
|
/third_party/openssl/engines/asm/ |
D | e_padlock-x86_64.pl | 286 my ($mode,$opcode) = @_; 290 .globl padlock_${mode}_encrypt 291 .type padlock_${mode}_encrypt,\@function,4 293 padlock_${mode}_encrypt: 299 jnz .L${mode}_abort 301 jnz .L${mode}_abort 310 jnz .L${mode}_aligned 316 jnz .L${mode}_aligned 331 $code.=<<___ if ($mode eq "ctr32"); 332 .L${mode}_reenter: [all …]
|
/third_party/python/Modules/ |
D | _stat.c | 92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument 108 # define S_ISDOOR(mode) 0 argument 112 # define S_ISPORT(mode) 0 argument 116 # define S_ISWHT(mode) 0 argument 255 mode_t mode; in _PyLong_AsMode_t() local 261 mode = (mode_t)value; in _PyLong_AsMode_t() 262 if ((unsigned long)mode != value) { in _PyLong_AsMode_t() [all …]
|
/third_party/rust/crates/syn/src/ |
D | custom_punctuation.rs | 239 ($mode:ident, +) => { 1 }; 240 ($mode:ident, +=) => { 2 }; 241 ($mode:ident, &) => { 1 }; 242 ($mode:ident, &&) => { 2 }; 243 ($mode:ident, &=) => { 2 }; 244 ($mode:ident, @) => { 1 }; 245 ($mode:ident, !) => { 1 }; 246 ($mode:ident, ^) => { 1 }; 247 ($mode:ident, ^=) => { 2 }; 248 ($mode:ident, :) => { 1 }; [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | strictModeReservedWordInClassDeclaration.errors.txt | 1 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric… 2 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric… 3 …expected. 'static' is a reserved word in strict mode. Class definitions are automatically in stric… 4 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric… 5 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric… 6 …expected. 'static' is a reserved word in strict mode. Class definitions are automatically in stric… 7 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric… 8 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric… 9 …er expected. 'let' is a reserved word in strict mode. Class definitions are automatically in stric… 10 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric… [all …]
|
D | parseAssertEntriesError.types | 5 & import("pkg", { assert: {1234, "resolution-mode": "require"} }).RequireInterface 6 >1234, "resolution-mode" : "resolution-mode" 8 >"resolution-mode" : "resolution-mode" 10 >RequireInterface & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterfa… 13 & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface; 14 >import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface : any 15 >import("pkg", { assert: {1234, "resolution-mode": "import"} }) : Promise<{ default: typeof import(… 17 >{ assert: {1234, "resolution-mode": "import"} } : { assert: { 1234: any; "resolution-mode": string… 18 >assert : { 1234: any; "resolution-mode": string; } 19 >{1234, "resolution-mode": "import"} : { 1234: any; "resolution-mode": string; } [all …]
|
D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).types | 11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface 12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; 14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn… 16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor… 17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(… 21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt… 23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import… 24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("… 33 & import("pkg", {"resolution-mode": "require"}).RequireInterface 34 >"resolution-mode" : "resolution-mode" [all …]
|
D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).types | 11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface 12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; 14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn… 16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor… 17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(… 21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt… 23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import… 24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("… 33 & import("pkg", {"resolution-mode": "require"}).RequireInterface 34 >"resolution-mode" : "resolution-mode" [all …]
|
/third_party/glfw/tests/ |
D | monitors.c | 52 static const char* format_mode(const GLFWvidmode* mode) in format_mode() argument 58 mode->width, mode->height, in format_mode() 59 mode->redBits + mode->greenBits + mode->blueBits, in format_mode() 60 mode->redBits, mode->greenBits, mode->blueBits, in format_mode() 61 mode->refreshRate); in format_mode() 88 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in list_modes() local 97 printf("Current mode: %s\n", format_mode(mode)); in list_modes() 101 widthMM, heightMM, mode->width * 25.4f / widthMM); in list_modes() 109 if (memcmp(mode, modes + i, sizeof(GLFWvidmode)) == 0) in list_modes() 124 const GLFWvidmode* mode = modes + i; in test_modes() local [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexVerifierUtil.hpp | 69 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter() argument 71 …return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode =… in isNearestMipmapFilter() 74 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter() argument 76 …return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR || mode == … in isLinearMipmapFilter() 79 inline bool isMipmapFilter(const Sampler::FilterMode mode) in isMipmapFilter() argument 81 return isNearestMipmapFilter(mode) || isLinearMipmapFilter(mode); in isMipmapFilter() 84 inline bool isNearestFilter(const Sampler::FilterMode mode) in isNearestFilter() argument 86 …return mode == Sampler::NEAREST || mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::NEA… in isNearestFilter() 89 inline bool isLinearFilter(const Sampler::FilterMode mode) in isLinearFilter() argument 91 …return mode == Sampler::LINEAR || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode == Sampler::LINEA… in isLinearFilter() [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | type.h | 38 static bool IsSignedInt(FormatMode mode) { in IsSignedInt() argument 39 return mode == FormatMode::kSInt || mode == FormatMode::kSNorm || in IsSignedInt() 40 mode == FormatMode::kSScaled; in IsSignedInt() 43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt() argument 44 return mode == FormatMode::kUInt || mode == FormatMode::kUNorm || in IsUnsignedInt() 45 mode == FormatMode::kUScaled || mode == FormatMode::kSRGB; in IsUnsignedInt() 48 static bool IsInt(FormatMode mode) { in IsInt() argument 49 return IsSignedInt(mode) || IsUnsignedInt(mode); in IsInt() 52 static bool IsFloat(FormatMode mode) { in IsFloat() argument 53 return mode == FormatMode::kSFloat || mode == FormatMode::kUFloat; in IsFloat() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | dissect.c | 63 *do_expression(usage_t mode, struct expression *expr), 64 *do_statement(usage_t mode, struct statement *stmt); 71 static inline usage_t u_rval(usage_t mode) in u_rval() argument 73 return mode & (U_R_VAL | (U_MASK << U_SHIFT)) in u_rval() 77 static inline usage_t u_addr(usage_t mode) in u_addr() argument 79 return mode = mode & U_MASK in u_addr() 80 ? U_R_AOF | (mode & U_W_AOF) : 0; in u_addr() 90 static usage_t fix_mode(struct symbol *type, usage_t mode) in fix_mode() argument 92 mode &= (U_SELF | (U_SELF << U_SHIFT)); in fix_mode() 100 if (mode & U_MASK) in fix_mode() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | op_classes.c | 19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel() argument 24 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 25 if (mode->channels[i].chan == chan) in allow_channel() 29 if (i == mode->num_channels || in allow_channel() 30 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 34 *flags = mode->channels[i].flag; in allow_channel() 36 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz() argument 48 if (mode->mode != HOSTAPD_MODE_IEEE80211A) in get_center_80mhz() 65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz() argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | op_classes.c | 20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument 27 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 30 chan_is_6ghz = mode->channels[i].freq >= 5935 && in allow_channel() 31 mode->channels[i].freq <= 7115; in allow_channel() 32 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel() 36 if (i == mode->num_channels || in allow_channel() 37 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 41 *flags = mode->channels[i].flag; in allow_channel() 43 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 50 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument [all …]
|
/third_party/python/Lib/ |
D | tty.py | 20 mode = tcgetattr(fd) 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON) 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST) 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB) 24 mode[CFLAG] = mode[CFLAG] | CS8 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG) 26 mode[CC][VMIN] = 1 27 mode[CC][VTIME] = 0 28 tcsetattr(fd, when, mode) 32 mode = tcgetattr(fd) [all …]
|
D | stat.py | 21 def S_IMODE(mode): argument 25 return mode & 0o7777 27 def S_IFMT(mode): argument 31 return mode & 0o170000 50 def S_ISDIR(mode): argument 52 return S_IFMT(mode) == S_IFDIR 54 def S_ISCHR(mode): argument 56 return S_IFMT(mode) == S_IFCHR 58 def S_ISBLK(mode): argument 60 return S_IFMT(mode) == S_IFBLK [all …]
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open11.c | 67 mode_t mode; member 75 .mode = 0644, 82 .mode = 0644, 89 .mode = 0644, 96 .mode = 0644, 103 .mode = 0644, 111 .mode = 0755, 118 .mode = 0755, 125 .mode = 0644, 133 .mode = 0644, [all …]
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 56 nir_address_format addr_format = vtn_mode_to_address_format(b, ptr->mode); in vtn_align_pointer() 180 enum vtn_variable_mode mode) in vtn_mode_is_cross_invocation() argument 182 return mode == vtn_variable_mode_ssbo || in vtn_mode_is_cross_invocation() 183 mode == vtn_variable_mode_ubo || in vtn_mode_is_cross_invocation() 184 mode == vtn_variable_mode_phys_ssbo || in vtn_mode_is_cross_invocation() 185 mode == vtn_variable_mode_push_constant || in vtn_mode_is_cross_invocation() 186 mode == vtn_variable_mode_workgroup || in vtn_mode_is_cross_invocation() 187 mode == vtn_variable_mode_cross_workgroup; in vtn_mode_is_cross_invocation() 194 return ptr->mode == vtn_variable_mode_ssbo || in vtn_pointer_is_external_block() 195 ptr->mode == vtn_variable_mode_ubo || in vtn_pointer_is_external_block() [all …]
|
/third_party/libwebsockets/win32port/zlib/ |
D | gzlib.c | 74 if (state->mode == GZ_READ) { /* for reading ... */ 87 local gzFile gz_open(path, fd, mode) in gz_open() argument 90 const char *mode; 103 state->mode = GZ_NONE; 106 while (*mode) { 107 if (*mode >= '0' && *mode <= '9') 108 state->level = *mode - '0'; 110 switch (*mode) { 112 state->mode = GZ_READ; 116 state->mode = GZ_WRITE; [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | polygon.c | 57 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() argument 59 if (ctx->Polygon.CullFaceMode == mode) in cull_face() 63 mode != GL_FRONT && mode != GL_BACK && mode != GL_FRONT_AND_BACK) { in cull_face() 71 ctx->Polygon.CullFaceMode = mode; in cull_face() 76 _mesa_CullFace_no_error(GLenum mode) in _mesa_CullFace_no_error() argument 79 cull_face(ctx, mode, true); in _mesa_CullFace_no_error() 84 _mesa_CullFace(GLenum mode) in _mesa_CullFace() argument 89 _mesa_debug(ctx, "glCullFace %s\n", _mesa_enum_to_string(mode)); in _mesa_CullFace() 91 cull_face(ctx, mode, false); in _mesa_CullFace() 107 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() argument [all …]
|
/third_party/zlib/ |
D | gzlib.c | 81 if (state->mode == GZ_READ) { /* for reading ... */ 95 local gzFile gz_open(path, fd, mode) in gz_open() argument 98 const char *mode; 123 state->mode = GZ_NONE; 127 while (*mode) { 128 if (*mode >= '0' && *mode <= '9') 129 state->level = *mode - '0'; 131 switch (*mode) { 133 state->mode = GZ_READ; 137 state->mode = GZ_WRITE; [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | gzlib.c | 79 if (state->mode == GZ_READ) { /* for reading ... */ 91 local gzFile gz_open(path, fd, mode) in gz_open() argument 94 const char *mode; 119 state->mode = GZ_NONE; 123 while (*mode) { 124 if (*mode >= '0' && *mode <= '9') 125 state->level = *mode - '0'; 127 switch (*mode) { 129 state->mode = GZ_READ; 133 state->mode = GZ_WRITE; [all …]
|