/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucharstriebuilder.h | 59 * Adds a (string, value) pair. 64 * @param value The value associated with this string. 65 * @param errorCode Standard ICU error code. Its input value must 72 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode); 78 * A UCharsTrie cannot be empty. At least one (string, value) pair 85 * @param errorCode Standard ICU error code. Its input value must 98 * A UCharsTrie cannot be empty. At least one (string, value) pair 112 * @param errorCode Standard ICU error code. Its input value must 123 * Removes all (string, value) pair [all...] |
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-dynamic.h | 66 UNW_DYN_ADD, /* add constant value to a register */ 93 unw_word_t val; /* auxiliary value */ 195 #define _U_dyn_op_add(op, qp, when, reg, value) \ 196 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value))) 214 IA-64, that's p0 (0), on non-predicated architectures, the value is
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_is_fpreg.tex | 27 The \Func{unw\_is\_fpreg}() routine returns a non-zero value if 28 \Var{reg} is a floating-point register. Otherwise, it returns a value
|
/third_party/mesa3d/include/GL/ |
H A D | osmesa.h | 144 * The list is composed of (attribute, value) pairs and terminated with 157 * Note: * = default value 193 * value. If the context is in color indexed mode, each pixel will be 194 * stored as a 1-byte value. 232 * value - the value for the parameter pname 237 OSMesaPixelStore( GLint pname, GLint value ); 242 * Return an integer value like glGetIntegerv. 250 * value - pointer to integer in which to return result. 253 OSMesaGetIntegerv( GLint pname, GLint *value ); [all...] |
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_priv.h | 88 * 'tiling_mode' field on return, as well as the pitch value, which 164 * \param enable The flag value. 179 * \param target_offset Constant value to be added to target_bo's 321 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1))
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CopyCoder.cpp | 133 Z7_COM7F_IMF(CCopyCoder::GetInStreamProcessedSize(UInt64 *value))
in GetInStreamProcessedSize() argument 135 *value = TotalSize;
in GetInStreamProcessedSize()
|
H A D | XzDecoder.cpp | 128 Z7_COM7F_IMF(CComDecoder::GetInStreamProcessedSize(UInt64 *value))
in GetInStreamProcessedSize() argument 130 *value = Stat.InSize;
in GetInStreamProcessedSize()
|
/third_party/mbedtls/library/ |
H A D | common.h | 67 * \param array A value of array (not pointer) type. 82 /* A compile-time constant with the value 0. If `const_expr` is not a 83 * compile-time constant with a nonzero value, cause a compile-time error. */ 87 /* Return the scalar value `value` (possibly promoted). This is a compile-time 88 * constant if `value` is. `condition` must be a compile-time constant. 90 #define STATIC_ASSERT_THEN_RETURN(condition, value) \ 91 (STATIC_ASSERT_EXPR(condition) ? 0 : (value))
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.h | 39 HRESULT SetSolidFromPROPVARIANT(const PROPVARIANT &value);
77 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | gitlab_section.py | 26 def section_id_filter(cls, value) -> str: 27 return str(re.sub(r"[^\w_-]+", "-", value))
|
/third_party/jerryscript/jerry-core/jrt/ |
H A D | jrt.h | 132 * Aligns @a value to @a alignment. @a must be the power of 2. 134 * Returns minimum positive value, that divides @a alignment and is more than or equal to @a value 136 #define JERRY_ALIGNUP(value, alignment) (((value) + ((alignment) - 1)) & ~((alignment) - 1)) 145 * Calculate the index of the first non-zero bit of a 32 bit integer value
|
/third_party/json/include/nlohmann/detail/meta/ |
H A D | cpp_future.hpp | 156 static JSON_INLINE_VARIABLE constexpr T value{}; 161 constexpr T static_const<T>::value; member in detail::static_const
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-async1.js | 17 function check_promise(p, value) 22 assert(v === value)
|
H A D | length-property.js | 135 Object.defineProperty(f, "length", { value: 30 }); 144 Object.defineProperty(f, "length", { value: 30 });
|
H A D | regexp-routines.js | 109 Object.defineProperty(r, 'unicode', {value: false}); 114 Object.defineProperty(r, 'unicode', {value: false});
|
H A D | tagged-template-literal.js | 45 var value = Number.isInteger(key) ? values[key] : dict[key]; 46 result.push(value, strings[i + 1]);
|
/third_party/jerryscript/jerry-core/vm/ |
H A D | opcodes.h | 120 opfunc_resume_executable_object (vm_executable_object_t *executable_object_p, ecma_value_t value); 123 opfunc_return_promise (ecma_value_t value);
|
/third_party/jinja2/ |
H A D | nativetypes.py | 18 the result is a single node, its value is returned. Otherwise, the 20 :func:`ast.literal_eval`, the parsed value is returned. Otherwise, 56 def _default_finalize(value: t.Any) -> t.Any: 57 return value 100 result is a single node, its value is returned. Otherwise, the 102 with :func:`ast.literal_eval`, the parsed value is returned.
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.h | 60 bool SetCommonProperty(const UString &name, const PROPVARIANT &value, HRESULT &hres);
104 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsurface.h | 94 * surfaces, the EGL spec hard-codes the EGL_RENDER_BUFFER value and the 101 * the requested value but the actual render buffer used by the context 108 * attribute value specified when the surface was created or last set 187 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value); 191 _eglSurfaceAttrib(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint value);
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
H A D | v3d_noop.c | 123 gp->value = 1; in v3d_ioctl_get_param() 130 gp->value = v3d42_reg_map[gp->param]; in v3d_ioctl_get_param()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_scratch.c | 91 nir_ssa_def *value = nir_ssa_for_src(b, instr->src[0], in v3d_nir_lower_store_scratch() local 106 value, in v3d_nir_lower_store_scratch()
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc.h | 40 const char *value; member 243 clc_spirv_const_value value; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.h | 97 int value() { return this->val; } in value() function in s_int 125 const char *value() { return this->str; } in value() function in s_symbol
|
/third_party/ltp/include/lapi/ |
H A D | fsmount.h | 72 const void *value, int aux) in fsconfig() 74 return tst_syscall(__NR_fsconfig, fd, cmd, key, value, aux); in fsconfig() 158 FSCONFIG_SET_FLAG = 0, /* Set parameter, supplying no value */ 159 FSCONFIG_SET_STRING = 1, /* Set parameter, supplying a string value */ 160 FSCONFIG_SET_BINARY = 2, /* Set parameter, supplying a binary blob value */ 71 fsconfig(int fd, unsigned int cmd, const char *key, const void *value, int aux) fsconfig() argument
|