Home
last modified time | relevance | path

Searched full:part (Results 226 - 250 of 34888) sorted by relevance

12345678910>>...1396

/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.h828 u32 macstnaddr1; /* 0x.540 - Station Address Part 1 Register */
829 u32 macstnaddr2; /* 0x.544 - Station Address Part 2 Register */
830 u32 mac01addr1; /* 0x.548 - MAC exact match address 1, part 1 */
831 u32 mac01addr2; /* 0x.54c - MAC exact match address 1, part 2 */
832 u32 mac02addr1; /* 0x.550 - MAC exact match address 2, part 1 */
833 u32 mac02addr2; /* 0x.554 - MAC exact match address 2, part 2 */
834 u32 mac03addr1; /* 0x.558 - MAC exact match address 3, part 1 */
835 u32 mac03addr2; /* 0x.55c - MAC exact match address 3, part 2 */
836 u32 mac04addr1; /* 0x.560 - MAC exact match address 4, part 1 */
837 u32 mac04addr2; /* 0x.564 - MAC exact match address 4, part
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c79 /* determine integer part */ in dc_fixpt_from_fraction()
86 /* determine fractional part */ in dc_fixpt_from_fraction()
411 * specified integer format that will consist of integer_bits integer part and
412 * fractional_bits fractional part. For example it is used in
413 * dc_fixpt_u2d19 to receive 2 bits integer part and 19 bits fractional
414 * part in 32 bits. It is used in hw programming (scaler)
422 /* 1. create mask of integer part */ in ux_dy()
424 /* 2. mask out fractional part */ in ux_dy()
426 /* 3. shrink fixed point integer part to be of integer_bits width*/ in ux_dy()
428 /* 4. make space for fractional part t in ux_dy()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c83 /* determine integer part */ in dc_fixpt_from_fraction()
90 /* determine fractional part */ in dc_fixpt_from_fraction()
415 * specified integer format that will consist of integer_bits integer part and
416 * fractional_bits fractional part. For example it is used in
417 * dc_fixpt_u2d19 to receive 2 bits integer part and 19 bits fractional
418 * part in 32 bits. It is used in hw programming (scaler)
426 /* 1. create mask of integer part */ in ux_dy()
428 /* 2. mask out fractional part */ in ux_dy()
430 /* 3. shrink fixed point integer part to be of integer_bits width*/ in ux_dy()
432 /* 4. make space for fractional part t in ux_dy()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py113 Suffix('\.part\.([0-9]+)', 'part'),
165 """Returns (leftmost-part, remaining)."""
201 (part, name) = parse_one(name)
202 assert len(part) > 0
203 parts.append(part)
243 for part in parts:
245 assert part != '', path
246 if part not in tree:
247 tree[part]
[all...]
/kernel/linux/linux-6.6/block/
H A Dgenhd.c100 static void part_stat_read_all(struct block_device *part, in part_stat_read_all() argument
107 struct disk_stats *ptr = per_cpu_ptr(part->bd_stats, cpu); in part_stat_read_all()
121 static unsigned int part_in_flight(struct block_device *part) in part_in_flight() argument
127 inflight += part_stat_local_read_cpu(part, in_flight[0], cpu) + in part_in_flight()
128 part_stat_local_read_cpu(part, in_flight[1], cpu); in part_in_flight()
136 static void part_in_flight_rw(struct block_device *part, in part_in_flight_rw() argument
144 inflight[0] += part_stat_local_read_cpu(part, in_flight[0], cpu); in part_in_flight_rw()
145 inflight[1] += part_stat_local_read_cpu(part, in_flight[1], cpu); in part_in_flight_rw()
324 struct block_device *part; in disk_uevent() local
328 xa_for_each(&disk->part_tbl, idx, part) { in disk_uevent()
637 struct block_device *part; del_gendisk() local
853 struct block_device *part; show_partition() local
1316 struct block_device *part; part_devt() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
235 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments()
239 if (Part == 0) { in handleAssignments()
243 if (Part == NumParts - 1) in handleAssignments()
248 if (Handler.assignArg(i + Part, NewVT, NewVT, CCValAssign::Full, in handleAssignments()
249 Args[i], Args[i].Flags[Part], CCInfo)) { in handleAssignments()
250 // Still couldn't assign this smaller part type for some reason. in handleAssignments()
315 for (unsigned Part in handleAssignments()
[all...]
/third_party/python/Objects/
H A Dcomplexobject.c191 /* C99 rules: if either the real or the imaginary part is an in _Py_c_abs()
192 infinity, return infinity, even if the other part is a in _Py_c_abs()
204 /* either the real or imaginary part is a NaN, in _Py_c_abs()
341 real part of the result, and fill in the imaginary part as 0. */ in PyComplex_AsCComplex()
368 /* Real part is +0: just output the imaginary part and do not in complex_repr()
378 /* Format imaginary part with sign, real part without. Include in complex_repr()
415 /* Note: if the imaginary part i in complex_hash()
[all...]
/third_party/curl/lib/
H A Durlapi.c11 * you should have received as part of this distribution. The terms
232 /* the length of the scheme is the name part only */ in Curl_is_absolute_url()
257 to the right of the host part. Oh crap, this is doomed to cause in concat_url()
333 /* the new URL starts with //, just keep the protocol part from the in concat_url()
367 /* copy over the root url part */ in concat_url()
656 * If the given input string is syntactically wrong IPv4 or any part for
882 * The function handles a query part ('?' + stuff) appended but it expects
1415 char **part, unsigned int flags) in curl_url_get()
1428 if(!part) in curl_url_get()
1430 *part in curl_url_get()
1414 curl_url_get(const CURLU *u, CURLUPart what, char **part, unsigned int flags) curl_url_get() argument
1686 curl_url_set(CURLU *u, CURLUPart what, const char *part, unsigned int flags) curl_url_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dsaa711x_regs.h10 /* Video Decoder - Frontend part */
16 /* Video Decoder - Decoder part */
44 /* Component processing and interrupt masking part */
56 /* Audio clock generator part */
63 /* General purpose VBI data slicer part */
76 /* X port, I port and the scaler part */
230 /* Video Decoder - Frontend part: R_01_INC_DELAY to R_05_INPUT_CNTL_4 */
242 /* Video Decoder - Decoder part: R_06_H_SYNC_START to R_1F_STATUS_BYTE_2_VD_DEC */
296 /* Component processing and interrupt masking part: 0x20h to R_2F_INTERRUPT_MASK_3 */
320 /* Audio clock generator part
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dsaa711x_regs.h10 /* Video Decoder - Frontend part */
16 /* Video Decoder - Decoder part */
44 /* Component processing and interrupt masking part */
56 /* Audio clock generator part */
63 /* General purpose VBI data slicer part */
76 /* X port, I port and the scaler part */
230 /* Video Decoder - Frontend part: R_01_INC_DELAY to R_05_INPUT_CNTL_4 */
242 /* Video Decoder - Decoder part: R_06_H_SYNC_START to R_1F_STATUS_BYTE_2_VD_DEC */
296 /* Component processing and interrupt masking part: 0x20h to R_2F_INTERRUPT_MASK_3 */
320 /* Audio clock generator part
[all...]
/third_party/pcre2/pcre2/testdata/
H A Dtestinput921 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
35 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
49 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
62 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
72 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
100 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
113 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
128 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
141 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
154 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part o
[all...]
H A Dtestinput1118 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
32 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
46 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
59 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
69 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
97 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
110 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
125 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
138 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
151 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part o
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c139 /* IBUF_CTRL, part of the Input System 2401 */
146 /* ISYS IRQ Controllers, part of the Input System 2401 */
153 /* CSI FE, part of the Input System 2401 */
160 /* CSI BE, part of the Input System 2401 */
167 /* PIXEL Generator, part of the Input System 2401 */
174 /* Stream2MMIO, part of the Input System 2401 */
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c139 /* IBUF_CTRL, part of the Input System 2401 */
146 /* ISYS IRQ Controllers, part of the Input System 2401 */
153 /* CSI FE, part of the Input System 2401 */
160 /* CSI BE, part of the Input System 2401 */
167 /* PIXEL Generator, part of the Input System 2401 */
174 /* Stream2MMIO, part of the Input System 2401 */
/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c51 los_part *part; in bchlib_setup() local
110 part = los_part_find(bch->vnode); in bchlib_setup()
111 if (part != NULL) in bchlib_setup()
113 bch->sectstart = part->sector_start; in bchlib_setup()
114 bch->nsectors = part->sector_count; in bchlib_setup()
115 bch->disk = get_disk(part->disk_id); in bchlib_setup()
/third_party/pulseaudio/src/pulsecore/
H A Dcpu-arm.c2 This file is part of PulseAudio.
83 int arch, part; in pa_cpu_get_arm_flags() local
125 /* get the CPU part number */ in pa_cpu_get_arm_flags()
126 if ((line = get_cpuinfo_line(cpuinfo, "CPU part"))) { in pa_cpu_get_arm_flags()
127 part = strtoul(line, NULL, 0); in pa_cpu_get_arm_flags()
128 if (part == 0xc08) in pa_cpu_get_arm_flags()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcoderules.txt3 This file was part of the Independent JPEG Group's software:
27 then-part;
29 else-part;
69 5. Source file names should begin with "j" for files that are part of the
70 library proper; source files that are not part of the library, such as cjpeg.c
76 modules that are used in cjpeg/djpeg but are not part of the JPEG library
/third_party/node/deps/v8/src/bigint/
H A Dbigint.h449 ALWAYS_INLINE bool AddPart(digit_t multiplier, digit_t part, bool is_last);
450 ALWAYS_INLINE bool AddPart(digit_t part);
505 digit_t part = 0; in ParsePowerTwo() local
517 part = (part << char_bits) | d; in ParsePowerTwo()
525 if (!AddPart(part)) return current; in ParsePowerTwo()
528 // communicate how many bits are unused in the last part. in ParsePowerTwo()
552 digit_t part = 0; in Parse() local
569 part = part * radi in Parse()
582 AddPart(digit_t multiplier, digit_t part, bool is_last) AddPart() argument
613 AddPart(digit_t part) AddPart() argument
[all...]
/third_party/typescript/src/services/
H A DpatternMatcher.ts39 // The candidate must match the last part of the search pattern, and the dotted container
119 // First, check that the last part of the dot separated pattern matches the name of the
127 // -1 because the last part was checked against the name, and only the rest
162 // b) If the part is entirely lowercase, then check if it is contained anywhere in the
166 // Note: We only have a substring match if the lowercase part is prefix match of some
167 // word part. That way we don't match something like 'Class' when the user types 'a'.
186 // d) If the part was not entirely lowercase, then check if it is contained in the
192 // e) If the part was not entirely lowercase, then attempt a camel cased match as well.
235 // Note: We only have a substring match if the lowercase part is prefix match of
236 // some word part
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm33xx.c38 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
219 * @part: PRCM partition, ignored for AM33xx
229 static int am33xx_cm_wait_module_ready(u8 part, s16 inst, u16 clkctrl_offs, in am33xx_cm_wait_module_ready() argument
243 * @part: CM partition, ignored for AM33xx
252 static int am33xx_cm_wait_module_idle(u8 part, s16 inst, u16 clkctrl_offs, in am33xx_cm_wait_module_idle() argument
267 * @part: CM partition, ignored for AM33xx
273 static void am33xx_cm_module_enable(u8 mode, u8 part, u16 inst, in am33xx_cm_module_enable() argument
286 * @part: CM partition, ignored for AM33xx
292 static void am33xx_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) in am33xx_cm_module_disable() argument
347 static u32 am33xx_cm_xlate_clkctrl(u8 part, u1 argument
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm33xx.c30 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
211 * @part: PRCM partition, ignored for AM33xx
221 static int am33xx_cm_wait_module_ready(u8 part, s16 inst, u16 clkctrl_offs, in am33xx_cm_wait_module_ready() argument
235 * @part: CM partition, ignored for AM33xx
244 static int am33xx_cm_wait_module_idle(u8 part, s16 inst, u16 clkctrl_offs, in am33xx_cm_wait_module_idle() argument
259 * @part: CM partition, ignored for AM33xx
265 static void am33xx_cm_module_enable(u8 mode, u8 part, u16 inst, in am33xx_cm_module_enable() argument
278 * @part: CM partition, ignored for AM33xx
284 static void am33xx_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) in am33xx_cm_module_disable() argument
339 static u32 am33xx_cm_xlate_clkctrl(u8 part, u1 argument
[all...]
/third_party/eudev/rules/
H A D60-persistent-storage.rules20 KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ATTRS{wwid}=="?*", SYMLINK+="disk/by-id/nvme-$attr{wwid}-part%n"
31 ENV{ID_SERIAL}="$env{ID_MODEL}_$env{ID_SERIAL_SHORT}", SYMLINK+="disk/by-id/nvme-$env{ID_SERIAL}-part%n"
35 KERNEL=="vd*[0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}-part%n"
53 KERNEL=="sd*|cciss*", ENV{DEVTYPE}=="partition", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}-part%n"
57 KERNEL=="sd*[0-9]", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}-part%n"
62 KERNEL=="mmcblk[0-9]p[0-9]*", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}-part%n"
70 KERNEL=="msblk[0-9]p[0-9]|mspblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}-part%n"
76 ENV{DEVTYPE}=="partition", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-part%n"
80 KERNEL=="vd*[0-9]", ENV{ID_PATH}=="pci-*", SYMLINK+="disk/by-path/virtio-$env{ID_PATH}-part%n"
98 ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-internal.h66 SCAN_STACK_SWITCH_BLOCK, /**< block part of "switch" statement */
67 SCAN_STACK_IF_STATEMENT, /**< statement part of "if" statements */
68 SCAN_STACK_WITH_STATEMENT, /**< statement part of "with" statements */
69 SCAN_STACK_WITH_EXPRESSION, /**< expression part of "with" statements */
70 SCAN_STACK_DO_STATEMENT, /**< statement part of "do" statements */
71 SCAN_STACK_DO_EXPRESSION, /**< expression part of "do" statements */
72 SCAN_STACK_WHILE_EXPRESSION, /**< expression part of "while" iterator */
89 SCAN_STACK_FOR_CONDITION, /**< condition part of "for" iterator */
90 SCAN_STACK_FOR_EXPRESSION, /**< expression part of "for" iterator */
91 SCAN_STACK_SWITCH_EXPRESSION, /**< expression part o
[all...]
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A Ddicer.d.ts18 * - on('part', (stream: PartStream)) - Emitted when a new part has been found.
37 addListener(event: "part", listener: (stream: Dicer.PartStream) => void): this;
47 on(event: "part", listener: (stream: Dicer.PartStream) => void): this;
57 once(event: "part", listener: (stream: Dicer.PartStream) => void): this;
67 prependListener(event: "part", listener: (stream: Dicer.PartStream) => void): this;
77 prependOnceListener(event: "part", listener: (stream: Dicer.PartStream) => void): this;
87 removeListener(event: "part", listener: (stream: Dicer.PartStream) => void): this;
101 * This is the boundary used to detect the beginning of a new part.
118 * - on('header', (header: object)) - An object containing the header for this particular part
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.symbols305 interface Part {
306 >Part : Symbol(Part, Decl(conditionalTypes1.ts, 83, 34))
309 >id : Symbol(Part.id, Decl(conditionalTypes1.ts, 85, 16))
312 >name : Symbol(Part.name, Decl(conditionalTypes1.ts, 86, 15))
314 subparts: Part[];
315 >subparts : Symbol(Part.subparts, Decl(conditionalTypes1.ts, 87, 17))
316 >Part : Symbol(Part, Decl(conditionalTypes1.ts, 83, 34))
319 >updatePart : Symbol(Part
[all...]

Completed in 42 milliseconds

12345678910>>...1396