/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.c | 922 unsigned extra = vl_vlc_get_uimsbf(&bs->vlc, 1); in decode_slice() local 925 assert(extra); in decode_slice() 926 (void) extra; in decode_slice()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 672 unsigned extra = I->dest[d].offset; in bi_spill_register() local 682 bi_store_tl(&b, bits, tmp, offset + 4 * extra); in bi_spill_register() 685 channels = MAX2(channels, extra + count); in bi_spill_register() 766 * constraint on RA, and may require extra moves.
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.c | 838 if ( face->extra.finalizer ) in tt_face_done() 839 face->extra.finalizer( face->extra.data ); in tt_face_done()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi.cpp | 729 // RBBIRunMode - the state machine runs an extra iteration at the beginning and end 1180 LanguageBreakFactory *extra = (LanguageBreakFactory *)uprv_svc_hook("languageBreakFactory", &status); in initLanguageFactories() local 1181 if (extra != NULL) { in initLanguageFactories() 1182 gLanguageBreakFactories->push(extra, status); in initLanguageFactories()
|
/third_party/python/Lib/test/ |
H A D | test_marshal.py | 19 def helper(self, sample, *extra): 20 new = marshal.loads(marshal.dumps(sample, *extra)) 24 marshal.dump(sample, f, *extra)
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_clear.c | 84 const struct radv_graphics_pipeline_create_info *extra, in create_pipeline() 164 extra, alloc, pipeline); in create_pipeline() 227 struct radv_graphics_pipeline_create_info extra = { in create_color_pipeline() local 233 &extra, &device->meta_state.alloc, pipeline); in create_color_pipeline() 493 struct radv_graphics_pipeline_create_info extra = { in create_depthstencil_pipeline() local 498 extra.db_depth_clear = index == DEPTH_CLEAR_SLOW ? false : true; in create_depthstencil_pipeline() 501 extra.db_stencil_clear = index == DEPTH_CLEAR_SLOW ? false : true; in create_depthstencil_pipeline() 505 &rendering_create_info, device->meta_state.clear_depth_p_layout, &extra, in create_depthstencil_pipeline() 77 create_pipeline(struct radv_device *device, uint32_t samples, struct nir_shader *vs_nir, struct nir_shader *fs_nir, const VkPipelineVertexInputStateCreateInfo *vi_state, const VkPipelineDepthStencilStateCreateInfo *ds_state, const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineRenderingCreateInfo *dyn_state, const VkPipelineLayout layout, const struct radv_graphics_pipeline_create_info *extra, const VkAllocationCallbacks *alloc, VkPipeline *pipeline) create_pipeline() argument
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 1093 int extra = 0; 1095 glyphs[i] = macGlyphs[i + extra]; 1096 if (SkUTF::IsLeadingSurrogateUTF16(src[i + extra])) { 1097 ++extra;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 299 char *extra = ""; in SM_STATE() local 310 extra = " (pre-authentication)"; in SM_STATE() 312 extra = " (PMKSA cache)"; in SM_STATE() 317 extra); in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 300 char *extra = ""; in SM_STATE() local 311 extra = " (pre-authentication)"; in SM_STATE() 313 extra = " (PMKSA cache)"; in SM_STATE() 318 extra); in SM_STATE()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | intermOut.cpp | 73 void setDoubleOutput(EExtraOutput extra) { extraOutput = extra; } in setDoubleOutput() argument 1209 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() argument 1239 switch (extra) { in OutputDouble() 1260 TOutputTraverser::EExtraOutput extra, int depth) in OutputConstantUnion() 1280 OutputDouble(out, constUnion[i].getDConst(), extra); in OutputConstantUnion() 1259 OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& constUnion, TOutputTraverser::EExtraOutput extra, int depth) OutputConstantUnion() argument
|
/third_party/jinja2/ |
H A D | compiler.py | 468 self, x: str, node: t.Optional[nodes.Node] = None, extra: int = 0 471 self.newline(node, extra) 474 def newline(self, node: t.Optional[nodes.Node] = None, extra: int = 0) -> None: 476 self._new_lines = max(self._new_lines, 1 + extra) 488 A leading comma is added automatically. The extra keyword 490 error could occur. The extra keyword arguments should be given 871 f"{self.func('root')}(context, missing=missing{envenv}):", extra=1 940 self.writeline(f"blocks = {{{blocks_kv_str}}}", extra=1) 1454 """Output extra source code before visiting a child of an 1470 """Output extra sourc [all...] |
/third_party/node/deps/zlib/ |
H A D | deflate.c | 501 * extra bits, for lengths 131 to 257. The longest fixed distance codes are in deflateInit2_() 502 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest in deflateInit2_() 905 if (s->gzhead->extra != Z_NULL) in deflateBound() 1097 (s->gzhead->extra == Z_NULL ? 0 : 4) + in deflate() 1109 if (s->gzhead->extra != Z_NULL) { in deflate() 1121 if (s->gzhead->extra != Z_NULL) { in deflate() 1127 s->gzhead->extra + s->gzindex, copy); in deflate() 1140 s->gzhead->extra + s->gzindex, left); in deflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 348 * extra bits, for lengths 131 to 257. The longest fixed distance codes are 349 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest 733 if (s->gzhead->extra != Z_NULL) 931 (s->gzhead->extra == Z_NULL ? 0 : 4) + 943 if (s->gzhead->extra != Z_NULL) { 955 if (s->gzhead->extra != Z_NULL) { 961 s->gzhead->extra + s->gzindex, copy); 974 s->gzhead->extra + s->gzindex, left);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 399 def writeline(self, x, node=None, extra=0): 401 self.newline(node, extra) 404 def newline(self, node=None, extra=0): 406 self._new_lines = max(self._new_lines, 1 + extra) 413 A leading comma is added automatically. The extra keyword 415 error could occur. The extra keyword arguments should be given 757 "%s(context, missing=missing%s):" % (self.func("root"), envenv), extra=1 828 extra=1, 1352 """Output extra source code before visiting a child of an 1366 """Output extra sourc [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 397 def writeline(self, x, node=None, extra=0): 399 self.newline(node, extra) 402 def newline(self, node=None, extra=0): 404 self._new_lines = max(self._new_lines, 1 + extra) 411 A leading comma is added automatically. The extra keyword 413 error could occour. The extra keyword arguments should be given 738 (self.func('root'), envenv), extra=1) 805 extra=1)
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 469 extra=None, server=None): 476 extra=None, server=None, 484 address=None, waiter=None, extra=None): 489 extra=None): 494 extra=None): 500 extra=None, **kwargs):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 399 def writeline(self, x, node=None, extra=0): 401 self.newline(node, extra) 404 def newline(self, node=None, extra=0): 406 self._new_lines = max(self._new_lines, 1 + extra) 413 A leading comma is added automatically. The extra keyword 415 error could occur. The extra keyword arguments should be given 757 "%s(context, missing=missing%s):" % (self.func("root"), envenv), extra=1 828 extra=1, 1352 """Output extra source code before visiting a child of an 1366 """Output extra sourc [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 343 * extra bits, for lengths 131 to 257. The longest fixed distance codes are 344 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest 727 if (s->gzhead->extra != Z_NULL) 923 (s->gzhead->extra == Z_NULL ? 0 : 4) + 935 if (s->gzhead->extra != Z_NULL) { 947 if (s->gzhead->extra != Z_NULL) { 953 s->gzhead->extra + s->gzindex, copy); 966 s->gzhead->extra + s->gzindex, left);
|
/third_party/zlib/ |
H A D | deflate.c | 465 * extra bits, for lengths 131 to 257. The longest fixed distance codes are in deflateInit2_() 466 * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest in deflateInit2_() 873 if (s->gzhead->extra != Z_NULL) in deflateBound() 1067 (s->gzhead->extra == Z_NULL ? 0 : 4) + in deflate() 1079 if (s->gzhead->extra != Z_NULL) { in deflate() 1091 if (s->gzhead->extra != Z_NULL) { in deflate() 1097 s->gzhead->extra + s->gzindex, copy); in deflate() 1110 s->gzhead->extra + s->gzindex, left); in deflate()
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 177 StartCooperateData extra; member
|
/base/security/device_security_level/interfaces/inner_api/src/lite/small/ |
H A D | device_security_level_proxy.c | 88 WriteUint32(&request, option.extra); in DslmIpcAsyncCallImpl()
|
/base/security/device_security_level/services/sa/standard/ |
H A D | dslm_ipc_process.cpp | 91 option.extra = data.ReadUint32(); in DslmGetRequestFromParcel()
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_linux.c | 143 h1 = AudioUsbFindCsintDesc(alts->extra, alts->extralen, NULL, UAC_HEADER); in AudioUsbDriverInit()
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 324 int32_t itemCnt; /**< Number of extra track information entries */ 325 ParameterItem *item; /**< Pointer to the array of extra track information, including HDR, DRM, and CAS */ 656 * @param extra Indicates other information, for example, the start time position of the captured file. 661 int32_t (*OnInfo)(CallbackHandle privateDataHandle, int32_t type, int32_t extra);
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_pkcs7_tests.py | 147 one unaccounted extra byte")
|