Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local
142 terminator = entry + extent_count - 1; in omfs_grow_extent()
144 entry = terminator-1; in omfs_grow_extent()
150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent()
168 entry = terminator; in omfs_grow_extent()
169 terminator++; in omfs_grow_extent()
170 memcpy(terminator, entry, sizeof(struct omfs_extent_entry)); in omfs_grow_extent()
175 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_strscpy.c30 int chars, int terminator, int pad) in tc() argument
84 if (terminator) { in tc()
92 index = chars + terminator + i; in tc()
99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc()
/OK3568_Linux_fs/u-boot/tools/
H A Dgetline.c23 char terminator, size_t offset) in getstr() argument
75 if (c == terminator) in getstr()
/OK3568_Linux_fs/kernel/arch/arm/boot/bootp/
H A Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-queensbay/fsp/
H A Dfsp_vpd.h34 u16 terminator; /* Offset 0x021F */ member
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dstrnlen_user.S94 # Do not add an extra one for the NULL terminator since we have
102 # the zero byte in order to include the NULL terminator in the count.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch94 + * terminates, unless size == 0 or dest has no NUL terminator. Returns
103 + /* find the NULL terminator in dest */
H A D0002-Add-debug-prefix-map-option.patch248 /* find the NULL terminator in dest */
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h80 uint16_t terminator; /* Offset 0x0100 */ member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c382 char terminator = '\n'; in kutf_debugfs_run_read() local
431 &terminator, 1); in kutf_debugfs_run_read()
482 &terminator, 1); in kutf_debugfs_run_read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-2.patch189 + "AT_NULL terminator not found, cannot parse auxv structure.");
234 + "AT_NULL terminator not found, cannot parse auxv structure.");
378 + /* Add a dummy terminator to make save_context() happy. */
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
H A Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0002-execinfo-implementation-is-glibc-specific.patch44 // 16 hex digits + 1 for null-terminator.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c353 char terminator = '\n'; in kutf_debugfs_run_read() local
394 &terminator, 1); in kutf_debugfs_run_read()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Domfs.rst106 the extent. The final extent in each table is a terminator with e_cluster
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c138 assert(fsp_upd->terminator == UPD_TERMINATOR); in fsp_init()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dadm1026.rst71 for SCSI terminator power. The remaining inputs are not scaled and have
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dintel_bios.h288 u16 terminator; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch162 + /* add a terminator at the end */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h752 u16 terminator; member
/OK3568_Linux_fs/kernel/drivers/bus/
H A DKconfig50 reported to the APB terminator (APB Errors Handler Block). This
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190720.patch.gz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dostream689 * string terminator.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dostream689 * string terminator.

123