/kernel/linux/linux-6.6/Documentation/tools/rv/ |
H A D | Makefile | 26 $(info ** Consider installing the latest rst2man from your) 28 $(info ** or from source:)
|
/kernel/linux/linux-6.6/Documentation/tools/rtla/ |
H A D | Makefile | 27 $(info ** Consider installing the latest rst2man from your) 29 $(info ** or from source:)
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | page.h | 24 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | string.h | 41 void *__memcpy(void *to, const void *from, __kernel_size_t n); 42 void *__memmove(void *to, const void *from, __kernel_size_t n);
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | page.h | 5 * MMU support based on asm/page.h from mips which is: 49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rtmutex.h | 49 extern int rt_mutex_debug_check_no_locks_freed(const void *from, 53 static inline int rt_mutex_debug_check_no_locks_freed(const void *from, in rt_mutex_debug_check_no_locks_freed() argument
|
H A D | topology.h | 53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
|
H A D | projid.h | 53 extern kprojid_t make_kprojid(struct user_namespace *from, projid_t projid); 65 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) in make_kprojid() argument
|
H A D | isapnp.h | 81 struct pnp_dev *from); 95 struct pnp_dev *from) { return NULL; } in pnp_find_dev() 92 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | projid.h | 53 extern kprojid_t make_kprojid(struct user_namespace *from, projid_t projid); 65 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) in make_kprojid() argument
|
H A D | isapnp.h | 81 struct pnp_dev *from); 95 struct pnp_dev *from) { return NULL; } in pnp_find_dev() 92 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | udplite.h | 21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag() argument 24 struct msghdr *msg = from; in udplite_getfrag()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | page.h | 31 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page() argument 34 copy_page(to, from); in copy_user_page()
|
H A D | string_64.h | 18 extern void *memcpy(void *to, const void *from, size_t len); 19 extern void *__memcpy(void *to, const void *from, size_t len); 27 * memsetXX() from lib/string.c under KMSAN.
|
/kernel/liteos_a/security/cap/ |
H A D | capability.c | 16 * to endorse or promote products derived from this software without specific prior written 59 VOID OsCopyCapability(LosProcessCB *from, LosProcessCB *to) in OsCopyCapability() argument 64 to->capability = from->capability; in OsCopyCapability()
|
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/ |
H A D | IsoDepTag.test.js | 17 import tag from '@ohos.nfc.tag'; 18 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
|
/test/xts/acts/security/certificate_framework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/certificate/ |
H A D | publicCertificateCommon.js | 16 import { expect } from "@ohos/hypium";
17 import cert from "@ohos.security.cert";
|
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/digestalgorithm/ |
H A D | publicDigestPromise.js | 16 import cryptoFramework from "@ohos.security.cryptoFramework";
17 import { stringTouInt8Array, uInt8ArrayToShowStr, } from "../common/publicDoString";
|
/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/ |
H A D | testService.js | 16 import deviceManager from '@ohos.distributedDeviceManager';
17 import featureAbility from '@ohos.ability.featureAbility';
|
/third_party/alsa-lib/src/pcm/ |
H A D | mask.h | 43 void snd_mask_set_range(snd_mask_t *mask, unsigned int from, unsigned int to); 44 void snd_mask_reset_range(snd_mask_t *mask, unsigned int from, unsigned int to);
|
/third_party/mbedtls/programs/test/ |
H A D | generate_cpp_dummy_build.sh | 10 Run this program from the root of an Mbed TLS directory tree or from 74 echo >&2 "This script must be run from an Mbed TLS source tree."
|
/third_party/node/lib/internal/streams/ |
H A D | from.js | 15 function from(Readable, iterable, opts) { function 113 module.exports = from;
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/ |
H A D | compile.any.js | 30 Array.from(emptyModuleBinary), 67 const buffer = new Uint8Array(Array.from(emptyModuleBinary).concat([0, 0]));
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-readfile.js | 17 const largeBuffer = Buffer.from( 18 Array.from({ length: 1024 ** 2 + 19 }, (_, index) => index) 33 // from test-fs-read-file-sync-hostname.js.
|
H A D | test-fs-read.js | 30 const expected = Buffer.from('xyz\n'); 54 Uint8Array.from(expected)); 59 // from the current position in the file.
|