Home
last modified time | relevance | path

Searched refs:from (Results 2051 - 2075 of 8343) sorted by relevance

1...<<81828384858687888990>>...334

/kernel/linux/linux-6.6/Documentation/tools/rv/
H A DMakefile26 $(info ** Consider installing the latest rst2man from your)
28 $(info ** or from source:)
/kernel/linux/linux-6.6/Documentation/tools/rtla/
H A DMakefile27 $(info ** Consider installing the latest rst2man from your)
29 $(info ** or from source:)
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpage.h24 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dstring.h41 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 Dpage.h5 * 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 Drtmutex.h49 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 Dtopology.h53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)
H A Dprojid.h53 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 Disapnp.h81 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 Dprojid.h53 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 Disapnp.h81 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 Dudplite.h21 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 Dpage.h31 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 Dstring_64.h18 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 Dcapability.c16 * 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 DIsoDepTag.test.js17 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 DpublicCertificateCommon.js16 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 DpublicDigestPromise.js16 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 DtestService.js16 import deviceManager from '@ohos.distributedDeviceManager';
17 import featureAbility from '@ohos.ability.featureAbility';
/third_party/alsa-lib/src/pcm/
H A Dmask.h43 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 Dgenerate_cpp_dummy_build.sh10 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 Dfrom.js15 function from(Readable, iterable, opts) { function
113 module.exports = from;
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/
H A Dcompile.any.js30 Array.from(emptyModuleBinary),
67 const buffer = new Uint8Array(Array.from(emptyModuleBinary).concat([0, 0]));
/third_party/node/test/parallel/
H A Dtest-fs-promises-readfile.js17 const largeBuffer = Buffer.from(
18 Array.from({ length: 1024 ** 2 + 19 }, (_, index) => index)
33 // from test-fs-read-file-sync-hostname.js.
H A Dtest-fs-read.js30 const expected = Buffer.from('xyz\n');
54 Uint8Array.from(expected));
59 // from the current position in the file.

Completed in 10 milliseconds

1...<<81828384858687888990>>...334