| /third_party/libwebsockets/lib/misc/lwsac/ |
| H A D | README.md | 28 * \param head: pointer to the lwsac list object 29 * \param ensure: the number of bytes we want to use 30 * \param chunk_size: 0, or the size of the chunk to (over)allocate if 72 * \param head: pointer to the lwsac list object
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | platform_util.h | 166 * \param buf Buffer to be zeroized 167 * \param len Length of the buffer in bytes 192 * \param tt Pointer to an object containing time (in seconds) since the 194 * \param tm_buf Pointer to an object where the results will be stored
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_driver_wrappers.h | 146 * \param[in] attributes The key attributes 147 * \param[in] data The input key data. 148 * \param[in] data_length The input data length. 149 * \param[out] key_buffer_size Minimum buffer size to contain the key material.
|
| /third_party/libdrm/freedreno/kgsl/ |
| H A D | kgsl_pipe.c | 33 enum fd_param_id param, uint64_t *value) in kgsl_pipe_get_param() 36 switch (param) { in kgsl_pipe_get_param() 55 ERROR_MSG("invalid param id: %d", param); in kgsl_pipe_get_param() 32 kgsl_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) kgsl_pipe_get_param() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | event.cpp | 87 clGetEventInfo(cl_event d_ev, cl_event_info param, in clGetEventInfo() argument 92 switch (param) { in clGetEventInfo() 253 clGetEventProfilingInfo(cl_event d_ev, cl_profiling_info param, in clGetEventProfilingInfo() argument 261 switch (param) { in clGetEventProfilingInfo()
|
| /third_party/node/lib/ |
| H A D | os.js | 307 * @param {number} [pid=0] 308 * @param {number} priority 327 * @param {number} [pid=0] 346 * @param {{ encoding?: string }} [options=utf8] If `encoding` is set to
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | objectlabel.c | 87 * \param src the src label (may be null) 88 * \param dst pointer to dest buffer (may be null) 89 * \param length returns length of label (may be null) 90 * \param bufsize size of dst buffer
|
| /third_party/libinput/src/ |
| H A D | filter-touchpad.c | 64 * @param accel The acceleration filter 65 * @param unaccelerated The raw delta in the device's dpi 66 * @param data Caller-specific data 67 * @param time Current time in µs
|
| H A D | quirks.h | 155 * @param data_path The directory containing the various data files 156 * @param override_file A file path containing custom overrides 157 * @param log_handler The libinput log handler called for debugging output 158 * @param libinput The libinput struct passed to the log handler
|
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_diskstat.c | 170 * \param pane parent context. 171 * \param dev_name logical block device name, EG. sda5. 172 * \param mode query read or write (DISKSTAT_RD/DISKSTAT_WR) statistics. 240 * \param displayhelp true if the list of detected devices should be
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | UnknownField.cs | 103 /// <param name="fieldNumber">The unknown field number.</param> 104 /// <param name="output">The write context to write to.</param>
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gles_3_0_autogen.h | 115 void samplerParameterf(SamplerID samplerPacked, GLenum pname, GLfloat param); \ 116 void samplerParameterfv(SamplerID samplerPacked, GLenum pname, const GLfloat *param); \ 117 void samplerParameteri(SamplerID samplerPacked, GLenum pname, GLint param); \ 118 void samplerParameteriv(SamplerID samplerPacked, GLenum pname, const GLint *param); \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | SpillPlacement.h | 101 /// @param RegBundles Bit vector to receive the edge bundles where the 111 /// @param LiveBlocks Constraints for blocks that have the variable live in or 119 /// @param Blocks Array of block numbers that prefer to spill in and out. 120 /// @param Strong When true, double the negative bias for these blocks.
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cTextureStorageMultisampleSampleMaskiTests.cpp | 45 * @param context Rendering context handle. 85 * @param context Rendering context handle. 125 * @param context Rendering context handle. 185 * @param context Rendering context handle.
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
| H A D | parser.js | 20 * @param {Hash} The SPIR-V grammar 21 * @param {Lexer} The lexer 276 for (const param of d.values[op_name]["params"]) { 277 params.push(this.extractOperand(ast, result_type, { kind: param }));
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_0_autogen.h | 207 ANGLE_EXPORT void GL_APIENTRY GL_SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param); 210 const GLfloat *param); 211 ANGLE_EXPORT void GL_APIENTRY GL_SamplerParameteri(GLuint sampler, GLenum pname, GLint param); 214 const GLint *param);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
| H A D | parser.js | 20 * @param {Hash} The SPIR-V grammar 21 * @param {Lexer} The lexer 276 for (const param of d.values[op_name]["params"]) { 277 params.push(this.extractOperand(ast, result_type, { kind: param }));
|
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | BitReader.cs | 139 /// <param name="br">BitReader POJO</param>
140 /// <param name="input">data source</param>
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 181 /// \param NumSections The number of sections in this segment. 182 /// \param SectionDataSize The total size of the sections. 280 /// \param MOTW - The target specific Mach-O writer subclass. 281 /// \param OS - The stream to write to.
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | simplify_pointers.cc | 55 /// @param context the clone context 61 /// @param expr the expression to traverse 62 /// @param cb a function-like object with the signature 92 /// @param in the expression to walk
|
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/ |
| H A D | 0.wgsl | 21 var param : BST; 45 param = x_191; 48 makeTreeNode_struct_BST_i1_i1_i11_i1_(&(param), &(param_1)); 49 let x_194 : BST = param;
|
| H A D | 1.wgsl | 23 var param : BST; 47 param = x_202; 50 makeTreeNode_struct_BST_i1_i1_i11_i1_(&(param), &(param_1)); 51 let x_205 : BST = param;
|
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-nested-if-and-conditional/ |
| H A D | 1.wgsl | 28 var param : BST; 56 param = x_206; 59 makeTreeNode_struct_BST_i1_i1_i11_i1_(&(param), &(param_1)); 60 let x_209 : BST = param;
|
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/ |
| H A D | 0-opt.wgsl | 21 var param : BST; 45 param = x_191; 48 makeTreeNode_struct_BST_i1_i1_i11_i1_(&(param), &(param_1)); 49 let x_194 : BST = param;
|
| H A D | 1.wgsl | 34 var param : BST; 58 param = x_241; 61 makeTreeNode_struct_BST_i1_i1_i11_i1_(&(param), &(param_1)); 62 let x_244 : BST = param;
|