Home
last modified time | relevance | path

Searched full:pack (Results 576 - 600 of 2632) sorted by relevance

1...<<21222324252627282930>>...106

/third_party/openGLES/extensions/OES/
H A DOES_stencil_wrap.txt4 For more information, see the OpenGL ES 1.1 Extension Pack document
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
H A DOES_stencil_wrap.txt4 For more information, see the OpenGL ES 1.1 Extension Pack document
/third_party/python/Lib/tkinter/
H A D__init__.py13 Widgets are positioned with one of the geometry managers Place, Pack
14 or Grid. These managers can be called with methods place, pack, grid
25 frame.pack(fill=BOTH,expand=1)
27 label.pack(fill=X, expand=1)
29 button.pack(side=BOTTOM)
1729 # Pack methods that apply to the master
1741 'pack', 'propagate', self._w))
1743 self.tk.call('pack', 'propagate', self._w, flag)
1752 self.tk.call('pack', 'slaves', self._w))]
2412 # Ideally, the classes Pack, Plac
2431 class Pack: global() class
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c226 /* pack pairs of results into epi16 in build_mask_linear_sse()
231 /* pack into epi8, preserving sign bits in build_mask_linear_sse()
252 /* Pack down to epi8 in sign_bits4()
551 /* pack pairs of results into epi16 in build_mask_linear_ppc()
556 /* pack into epi8, preserving sign bits in build_mask_linear_ppc()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dlpt.c215 * pack_bits - pack bit fields end-to-end.
217 * @addr: address at which to pack (passed and next address returned)
218 * @pos: bit position at which to pack (passed and next position returned)
219 * @val: value to pack
220 * @nrbits: number of bits of value to pack (1-32)
335 * ubifs_pack_pnode - pack all the bit fields of a pnode.
337 * @buf: buffer into which to pack
338 * @pnode: pnode to pack
368 * ubifs_pack_nnode - pack all the bit fields of a nnode.
370 * @buf: buffer into which to pack
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dlpt.c215 * pack_bits - pack bit fields end-to-end.
217 * @addr: address at which to pack (passed and next address returned)
218 * @pos: bit position at which to pack (passed and next position returned)
219 * @val: value to pack
220 * @nrbits: number of bits of value to pack (1-32)
335 * ubifs_pack_pnode - pack all the bit fields of a pnode.
337 * @buf: buffer into which to pack
338 * @pnode: pnode to pack
368 * ubifs_pack_nnode - pack all the bit fields of a nnode.
370 * @buf: buffer into which to pack
[all...]
/third_party/glslang/Test/
H A Dhlsl.clipdistance-8.frag3 float3 clip0 : SV_ClipDistance0; // multiple semantic IDs, vec3+float (pack)
H A Dhlsl.clipdistance-8.vert3 float3 clip0 : SV_ClipDistance0; // multiple semantic IDs, vec3+float (pack)
/third_party/protobuf/csharp/
H A Dbuild_packages.bat4 dotnet pack -c Release src/Google.Protobuf.sln || goto :error
/third_party/typescript/
H A DDockerfile7 RUN gulp configure-insiders && gulp LKG && gulp clean && npm pack
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcheckpoint.c923 * sets( cp pack 1 and cp pack 2) in f2fs_get_valid_checkpoint()
928 /* The second checkpoint pack should start at the next segment */ in f2fs_get_valid_checkpoint()
1398 /* writeout cp pack 2 page */ in commit_checkpoint()
1531 /* Here, we have one bio having CP pack except cp pack 2 page */ in do_checkpoint()
1544 /* barrier and flush checkpoint cp pack 2 page if it can */ in do_checkpoint()
1638 * update checkpoint pack index in f2fs_write_checkpoint()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c445 if (op == PACK) in sja1105et_mgmt_route_cmd_packing()
477 if (op == PACK) in sja1105pqrs_mgmt_route_cmd_packing()
543 if (op == PACK && !cmd->valident) { in sja1110_vlan_lookup_cmd_packing()
545 SJA1110_SIZE_VLAN_LOOKUP_ENTRY, PACK); in sja1110_vlan_lookup_cmd_packing()
1294 ops->cmd_packing(packed_buf, &cmd, PACK); in sja1105_dynamic_config_read()
1297 ops->entry_packing(packed_buf, entry, PACK); in sja1105_dynamic_config_read()
1346 ops->cmd_packing(packed_buf, &cmd, PACK); in sja1105_dynamic_config_write()
1356 ops->entry_packing(packed_buf, entry, PACK); in sja1105_dynamic_config_write()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c936 * sets( cp pack 1 and cp pack 2) in f2fs_get_valid_checkpoint()
941 /* The second checkpoint pack should start at the next segment */ in f2fs_get_valid_checkpoint()
1416 /* writeout cp pack 2 page */ in commit_checkpoint()
1567 /* Here, we have one bio having CP pack except cp pack 2 page */ in do_checkpoint()
1580 /* barrier and flush checkpoint cp pack 2 page if it can */ in do_checkpoint()
1675 * update checkpoint pack index in f2fs_write_checkpoint()
/third_party/skia/src/core/
H A DSkVM.h918 I32 pack(I32 x, I32 y, int bits); // x | (y<<bits) in abs()
919 I32 pack(I32 x, int y, int bits) { return pack(x, splat(y), bits); } in abs() function in skvm::Builder
920 I32 pack(int x, I32 y, int bits) { return pack(splat(x), y, bits); } in abs() function in skvm::Builder
1302 SI I32 pack(I32 x, I32 y, int bits) { return x->pack (x,y,bits); } in pack() function
1303 SI I32 pack(I32 x, int y, int bits) { return x->pack (x,y,bits); } in pack() function
1304 SI I32 pack(in in pack() function
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddivide-by-zero-in-struct-layout.h18 #pragma pack(1)
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c362 if (op == PACK) in sja1105et_mgmt_route_cmd_packing()
394 if (op == PACK) in sja1105pqrs_mgmt_route_cmd_packing()
889 ops->cmd_packing(packed_buf, &cmd, PACK); in sja1105_dynamic_config_read()
892 ops->entry_packing(packed_buf, entry, PACK); in sja1105_dynamic_config_read()
967 ops->cmd_packing(packed_buf, &cmd, PACK); in sja1105_dynamic_config_write()
977 ops->entry_packing(packed_buf, entry, PACK); in sja1105_dynamic_config_write()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Drun.c812 * run_pack - Pack runs into buffer.
847 /* Repeat cycle above and pack runs. Assume no errors. */ in run_pack()
859 /* How much bytes required to pack len. */ in run_pack()
882 /* Pack run header. */ in run_pack()
886 /* Pack the length of run. */ in run_pack()
890 /* Pack the offset from previous LCN. */ in run_pack()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c239 * will always have the same interpolation and therefore are safe to pack. in needs_lowering()
569 /* If dest and value have different number of components pack the srcs in create_store_deref()
604 * Recursively pack or unpack a varying for which we need to iterate over its
661 * Recursively pack or unpack the given varying (or portion of a varying) by
828 /* No special handling is necessary; (un)pack the old varying (now temp) in lower_varying()
887 /* Recursively pack varying. */
/third_party/nghttp2/third-party/
H A DMakefile.am262 mruby/mrbgems/mruby-pack/mrbgem.rake \
263 mruby/mrbgems/mruby-pack/README.md \
264 mruby/mrbgems/mruby-pack/test/pack.rb \
265 mruby/mrbgems/mruby-pack/src/pack.c \
/third_party/mesa3d/src/util/format/
H A Du_format.h49 * Describe how to pack/unpack pixels into/from the prescribed format.
249 * Pack pixel blocks from R8G8B8A8_UNORM.
260 * Pack pixel blocks from R32G32B32A32_FLOAT.
271 * Pack pixels from Z32_FLOAT.
282 * Pack pixels from Z32_FLOAT.
293 * Pack pixels from S8_UINT.
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_sse41.c104 // Pack the planar buffers
113 // To pack, we will keep taking one every two 8b integer and move it in PlanarTo24b_SSE41()
151 // Pack as RGBRGBRGBRGB. in VP8YuvToRgb32_SSE41()
173 // Pack as BGRBGRBGRBGR. in VP8YuvToBgr32_SSE41()
201 // Pack as RGBRGBRGBRGB. in YuvToRgbRow_SSE41()
238 // Pack as BGRBGRBGRBGR. in YuvToBgrRow_SSE41()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/
H A Dubo.alignment.vert8 float opacity; // Single float following vec3 should cause MSL float3 to pack
/third_party/typescript/tests/baselines/reference/tsbuild/amdModulesWithOut/
H A Dmultiple-emitHelpers-in-all-projects.js410 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
411 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
505 >>>var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
506 >>> if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1121 {"bundle":{"commonSourceDirectory":"./","sourceFiles":["./file3.ts","./file4.ts"],"js":{"sections":[{"pos":0,"end":504,"kind":"emitHelpers","data":"typescript:read"},{"pos":506,"end":894,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":896,"end":1396,"kind":"emitHelpers","data":"typescript:rest"},{"pos":1398,"end":2228,"kind":"prepend","data":"../lib/module.js","texts":[{"pos":1398,"end":2228,"kind":"text"}]},{"pos":2228,"end":2825,"kind":"text"}],"sources":{"helpers":["typescript:rest","typescript:read","typescript:spreadArray"]},"mapHash":"25532738663-{\"version\":3,\"file\":\"module.js\",\"sourceRoot\":\"\",\"sources\":[\"../lib/file0.ts\",\"../lib/file1.ts\",\"../lib/file2.ts\",\"../lib/global.ts\",\"file3.ts\",\"file4.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAM,MAAM,GAAG,EAAE,CAAC;AAClB,SAAS,cAAc;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AAC3C,IAAM,WAAW,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AAC7B,cAAc,8BAAC,EAAE,UAAK,WAAW,WAAE;;;;;ICHtB,QAAA,CAAC,GAAG,EAAE,CAAC;IAAA,SAAS,eAAe;QAC5C,IAAM,KAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAvC,CAAC,OAAA,EAAK,IAAI,cAAZ,KAAc,CAA2B,CAAC;IAChD,CAAC;;;;;;ICFY,QAAA,CAAC,GAAG,EAAE,CAAC;;ACApB,IAAM,WAAW,GAAG,EAAE,CAAC;;;;;ICAV,QAAA,CAAC,GAAG,EAAE,CAAC;IACM,SAAS,eAAe;QAClD,IAAM,KAAiB,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAvC,CAAC,OAAA,EAAK,IAAI,cAAZ,KAAc,CAA2B,CAAC;IAChD,CAAC;;ACHD,IAAM,KAAK,GAAG,EAAE,CAAC;AACjB,SAAS,cAAc;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AAC3C,IAAM,WAAW,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AAC7B,cAAc,8BAAC,EAAE,UAAK,WAAW,WAAE\"}","hash":"51079295629-var __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n};\r\nvar __rest = (this && this.__rest) || function (s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n};\r\nvar myGlob = 20;\r\nfunction libfile0Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar libfile0_ar = [20, 30];\r\nlibfile0Spread.apply(void 0, __spreadArray([10], __read(libfile0_ar), false));\r\ndefine(\"file1\", [\"require\", \"exports\"], function (require, exports) {\r\n \"use strict\";\r\n Object.defineProperty(exports, \"__esModule\", { value: true });\r\n exports.x = void 0;\r\n exports.x = 10;\r\n function forlibfile1Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n }\r\n});\r\ndefine(\"file2\", [\"require\", \"exports\"], function (require, exports) {\r\n \"use strict\";\r\n Object.defineProperty(exports, \"__esModule\", { value: true });\r\n exports.y = void 0;\r\n exports.y = 20;\r\n});\r\nvar globalConst = 10;\r\ndefine(\"file3\", [\"require\", \"exports\"], function (require, exports) {\r\n \"use strict\";\r\n Object.defineProperty(exports, \"__esModule\", { value: true });\r\n exports.z = void 0;\r\n exports.z = 30;\r\n function forappfile3Rest() {\r\n var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, [\"b\"]);\r\n }\r\n});\r\nvar myVar = 30;\r\nfunction appfile4Spread() {\r\n var b = [];\r\n for (var _i = 0; _i < arguments.length; _i++) {\r\n b[_i] = arguments[_i];\r\n }\r\n}\r\nvar appfile4_ar = [20, 30];\r\nappfile4Spread.apply(void 0, __spreadArray([10], __read(appfile4_ar), false));\r\n//# sourceMappingURL=module.js.map"},"dts":{"sections":[{"pos":0,"end":265,"kind":"prepend","data":"../lib/module.d.ts","texts":[{"pos":0,"end":265,"kind":"text"}]},{"pos":265,"end":441,"kind":"text"}],"mapHash":"-58032587340-{\"version\":3,\"file\":\"module.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../lib/file0.ts\",\"../lib/file1.ts\",\"../lib/file2.ts\",\"../lib/global.ts\",\"file3.ts\",\"file4.ts\"],\"names\":[],\"mappings\":\"AAAA,QAAA,MAAM,MAAM,KAAK,CAAC;AAClB,iBAAS,cAAc,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AAC3C,QAAA,MAAM,WAAW,UAAW,CAAC;;ICF7B,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;;;ICApB,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;;ACApB,QAAA,MAAM,WAAW,KAAK,CAAC;;ICAvB,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;;ACApB,QAAA,MAAM,KAAK,KAAK,CAAC;AACjB,iBAAS,cAAc,CAAC,GAAG,GAAG,MAAM,EAAE,QAAK;AAC3C,QAAA,MAAM,WAAW,UAAW,CAAC\"}","hash":"39753545022-declare const myGlob = 20;\r\ndeclare function libfile0Spread(...b: number[]): void;\r\ndeclare const libfile0_ar: number[];\r\ndeclare module \"file1\" {\r\n export const x = 10;\r\n}\r\ndeclare module \"file2\" {\r\n export const y = 20;\r\n}\r\ndeclare const globalConst = 10;\r\ndeclare module \"file3\" {\r\n export const z = 30;\r\n}\r\ndeclare const myVar = 30;\r\ndeclare function appfile4Spread(...b: number[]): void;\r\ndeclare const appfile4_ar: number[];\r\n//# sourceMappingURL=module.d.ts.map"}},"program":{"fileNames":["./file3.ts","./file4.ts"],"fileInfos":["-291826420-export const z = 30;\r\nimport { x } from \"file1\";function forappfile3Rest() {\nconst { b, ...rest } = { a: 10, b: 30, yy: 30 };\n}","-3487084949-const myVar = 30;\nfunction appfile4Spread(...b: number[]) { }\nconst appfile4_ar = [20, 30];\nappfile4Spread(10, ...appfile4_ar);"],"options":{"composite":true,"outFile":"./module.js"},"outSignature":"40772662743-declare const myGlob = 20;\r\ndeclare function libfile0Spread(...b: number[]): void;\r\ndeclare const libfile0_ar: number[];\r\ndeclare module \"file1\" {\r\n export const x = 10;\r\n}\r\ndeclare module \"file2\" {\r\n export const y = 20;\r\n}\r\ndeclare const globalConst = 10;\r\ndeclare module \"file3\" {\r\n export const z = 30;\r\n}\r\ndeclare const myVar = 30;\r\ndeclare function appfile4Spread(...b: number[]): void;\r\ndeclare const appfile4_ar: number[];\r\n","latestChangedDtsFile":"./module.d.ts"},"version":"FakeTSVersion"}
1146 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
1147 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1295 "hash": "51079295629-var __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n};\r\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\r\n if (pack || argument
[all...]
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h135 SI U16 pack(U32 v) { return (U16)v; } in pack() function
136 SI U8 pack(U16 v) { return (U8)v; } in pack() function
208 SI U16 pack(U32 v) { return __builtin_convertvector(v, U16); }
209 SI U8 pack(U16 v) { return __builtin_convertvector(v, U8); }
381 SI U16 pack(U32 v) {
385 SI U8 pack(U16 v) {
713 SI U16 pack(U32 v) {
717 // Sign extend so that _mm_packs_epi32() does the pack we want.
723 SI U8 pack(U16 v) {
1036 return pack(if_then_els in to_half()
[all...]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
H A Dlego_ev3_battery.txt5 It uses 6 AA batteries or a special Li-ion rechargeable battery pack that is

Completed in 38 milliseconds

1...<<21222324252627282930>>...106