/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
H A D | ICUCurrencyMetaInfo.java | 86 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 127 long from = Long.MIN_VALUE; in collectRegion() 140 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion() 142 // In the data, to is always > from. This means that when we have a range in collectRegion() 143 // from == to, the comparisons below will always do the right thing, despite in collectRegion() 144 // the range being technically empty. It really should be [from, from+1) but in collectRegion() 146 if (filter.from > to) { in collectRegion() 149 if (filter.to < from) { in collectRegion() 203 collect(String region, String currency, long from, long to, int priority, boolean tender) collect() argument 222 collect( String region, String currency, long from, long to, int priority, boolean tender) collect() argument 242 collect( String region, String currency, long from, long to, int priority, boolean tender) collect() argument 280 collect(String region, String currency, long from, long to, int priority, boolean tender) collect() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUCurrencyMetaInfo.java | 88 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 129 long from = Long.MIN_VALUE; in collectRegion() 142 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion() 144 // In the data, to is always > from. This means that when we have a range in collectRegion() 145 // from == to, the comparisons below will always do the right thing, despite in collectRegion() 146 // the range being technically empty. It really should be [from, from+1) but in collectRegion() 148 if (filter.from > to) { in collectRegion() 151 if (filter.to < from) { in collectRegion() 205 collect(String region, String currency, long from, long to, int priority, boolean tender) collect() argument 224 collect( String region, String currency, long from, long to, int priority, boolean tender) collect() argument 244 collect( String region, String currency, long from, long to, int priority, boolean tender) collect() argument 282 collect(String region, String currency, long from, long to, int priority, boolean tender) collect() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-webcrypto-export-import-cfrg.js | 16 spki: Buffer.from( 19 pkcs8: Buffer.from( 31 spki: Buffer.from( 35 pkcs8: Buffer.from( 50 spki: Buffer.from( 53 pkcs8: Buffer.from( 65 spki: Buffer.from( 69 pkcs8: Buffer.from( 123 Buffer.from(spki).toString('hex'), 159 Buffer.from(pkcs [all...] |
H A D | test-http-parser.js | 76 const request = Buffer.from('GET /hello HTTP/1.1\r\n\r\n'); 92 // thrown from parser.execute() 112 const request = Buffer.from( 145 const request = Buffer.from( 168 const request = Buffer.from( 215 const request = Buffer.from( 246 const request = Buffer.from( 278 const request = Buffer.from( 310 const request = Buffer.from( 351 let request = Buffer.from( [all...] |
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 63 struct sockaddr_in sin1, from; variable 84 struct sockaddr *from; /* from address */ member 85 socklen_t *salen; /* from address value/result buffer length */ 95 (struct sockaddr *)&from, &fromlen, 99 0, 0, 0, buf, sizeof(buf), 0, (struct sockaddr *)&from, 109 (struct sockaddr *)&from, &fromlen, 114 (struct sockaddr *)&from, &fromlen, 119 (struct sockaddr *)&from, &fromlen, 124 (struct sockaddr *)&from, [all...] |
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 47 import pluginTwo from "plugin-two"; // include this to add reference to symlink
50 import { actionCreatorFactory } from "typescript-fsa"; // Include version of shared lib 90 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/action.ts'. ======== 92 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 108 ======== Resolving module 'plugin-two' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 110 Loading module 'plugin-two' from 'node_modules' folder, target file type 'TypeScript'. 122 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myProject/plugin-two/index.d.ts'. ======== 124 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 143 Imported via "typescript-fsa" from file 'plugin-one/action.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 147 Imported via "typescript-fsa" from fil [all...] |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 50 import pluginTwo from "plugin-two"; // include this to add reference to symlink 51 import { actionCreatorFactory } from "typescript-fsa"; // Include version of shared lib 92 ======== Resolving module 'plugin-two' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 94 Loading module 'plugin-two' from 'node_modules' folder, target file type 'TypeScript'. 118 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 120 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 136 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts'. ======== 138 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 159 Imported via "typescript-fsa" from file 'plugin-two/dist/commonjs/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 161 Imported via "plugin-two" from fil [all...] |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 50 import pluginTwo from "plugin-two"; // include this to add reference to symlink 51 import { actionCreatorFactory } from "typescript-fsa"; // Include version of shared lib 92 ======== Resolving module 'plugin-two' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 94 Loading module 'plugin-two' from 'node_modules' folder, target file type 'TypeScript'. 118 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 120 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 136 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts'. ======== 138 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 159 Imported via "typescript-fsa" from file 'plugin-two/dist/commonjs/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 161 Imported via "plugin-two" from fil [all...] |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 47 import pluginTwo from "plugin-two"; // include this to add reference to symlink
50 import { actionCreatorFactory } from "typescript-fsa"; // Include version of shared lib 90 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-one/action.ts'. ======== 92 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 108 ======== Resolving module 'plugin-two' from '/user/username/projects/myproject/plugin-one/index.ts'. ======== 110 Loading module 'plugin-two' from 'node_modules' folder, target file type 'TypeScript'. 122 ======== Resolving module 'typescript-fsa' from '/user/username/projects/myproject/plugin-two/index.d.ts'. ======== 124 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'. 143 Imported via "typescript-fsa" from file 'plugin-one/action.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2' 147 Imported via "typescript-fsa" from fil [all...] |
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_policy.c | 299 * IMPORTANT: Ownership of the allocated buffer is transferred from in ima_alloc_rule_opt_list() 397 * LSM references, from entry to nentry so we only want to free the LSM in ima_lsm_update_rule() 893 * we switch from the default policy to user defined. 1147 char *from; in ima_parse_rule() local 1229 ima_log_string(ab, "func", args[0].from); in ima_parse_rule() 1234 if (strcmp(args[0].from, "FILE_CHECK") == 0) in ima_parse_rule() 1237 else if (strcmp(args[0].from, "PATH_CHECK") == 0) in ima_parse_rule() 1239 else if (strcmp(args[0].from, "MODULE_CHECK") == 0) in ima_parse_rule() 1241 else if (strcmp(args[0].from, "FIRMWARE_CHECK") == 0) in ima_parse_rule() 1243 else if ((strcmp(args[0].from, "FILE_MMA in ima_parse_rule() [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | uaccess.h | 8 * Derived from "include/asm-i386/uaccess.h" 26 raw_copy_from_user(void *to, const void __user *from, unsigned long n); 29 raw_copy_to_user(void __user *to, const void *from, unsigned long n); 37 _copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key); 40 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) in copy_from_user_key() argument 43 n = _copy_from_user_key(to, from, n, key); in copy_from_user_key() 48 _copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key); 51 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) in copy_to_user_key() argument 53 if (check_copy_size(from, n, true)) in copy_to_user_key() 54 n = _copy_to_user_key(to, from, in copy_to_user_key() [all...] |
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | map.h | 185 private data required by the chip driver is linked from the 256 #define INVALIDATE_CACHED_RANGE(map, from, size) \ 257 do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0) 430 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in inline_map_copy_from() argument 433 memcpy(to, (char *)map->cached + from, len); in inline_map_copy_from() 435 memcpy_fromio(to, map->virt + from, len); in inline_map_copy_from() 438 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in inline_map_copy_to() argument 440 memcpy_toio(map->virt + to, from, len); in inline_map_copy_to() 445 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, le [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-hisi-sfc-v3xx.c | 179 * memcpy_{to,from}io doesn't gurantee 32b accesses - which we require for the 181 * trailing bytes, copy them byte-by-byte from the DATABUF register, as we 190 void __iomem *from; in hisi_sfc_v3xx_read_databuf() local 193 from = host->regbase + HISI_SFC_V3XX_CMD_DATABUF0; in hisi_sfc_v3xx_read_databuf() 198 __ioread32_copy(to, from, words); in hisi_sfc_v3xx_read_databuf() 205 from += words * 4; in hisi_sfc_v3xx_read_databuf() 207 val = __raw_readl(from); in hisi_sfc_v3xx_read_databuf() 213 for (i = 0; i < DIV_ROUND_UP(len, 4); i++, from += 4) { in hisi_sfc_v3xx_read_databuf() 214 u32 val = __raw_readl(from); in hisi_sfc_v3xx_read_databuf() 225 const u8 *from, unsigne in hisi_sfc_v3xx_write_databuf() 224 hisi_sfc_v3xx_write_databuf(struct hisi_sfc_v3xx_host *host, const u8 *from, unsigned int len) hisi_sfc_v3xx_write_databuf() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | otp.c | 20 * @addr: offset to read from 235 /* Translate the file offsets from and to OTP regions. */ 383 static int spi_nor_mtd_otp_read(struct mtd_info *mtd, loff_t from, size_t len, in spi_nor_mtd_otp_read() argument 386 return spi_nor_mtd_otp_read_write(mtd, from, len, retlen, buf, false); in spi_nor_mtd_otp_read() 395 static int spi_nor_mtd_otp_erase(struct mtd_info *mtd, loff_t from, size_t len) in spi_nor_mtd_otp_erase() argument 411 if (from < 0 || (from + len) > spi_nor_otp_size(nor)) in spi_nor_mtd_otp_erase() 415 if (!IS_ALIGNED(len, rlen) || !IS_ALIGNED(from, rlen)) in spi_nor_mtd_otp_erase() 422 ret = spi_nor_mtd_otp_range_is_locked(nor, from, len); in spi_nor_mtd_otp_erase() 431 region = spi_nor_otp_offset_to_region(nor, from); in spi_nor_mtd_otp_erase() 448 spi_nor_mtd_otp_lock(struct mtd_info *mtd, loff_t from, size_t len) spi_nor_mtd_otp_lock() argument [all...] |
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | map.h | 185 private data required by the chip driver is linked from the 256 #define INVALIDATE_CACHED_RANGE(map, from, size) \ 257 do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0) 430 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in inline_map_copy_from() argument 433 memcpy(to, (char *)map->cached + from, len); in inline_map_copy_from() 435 memcpy_fromio(to, map->virt + from, len); in inline_map_copy_from() 438 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in inline_map_copy_to() argument 440 memcpy_toio(map->virt + to, from, len); in inline_map_copy_to() 445 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, le [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-hisi-sfc-v3xx.c | 190 * memcpy_{to,from}io doesn't gurantee 32b accesses - which we require for the 192 * trailing bytes, copy them byte-by-byte from the DATABUF register, as we 201 void __iomem *from; in hisi_sfc_v3xx_read_databuf() local 204 from = host->regbase + HISI_SFC_V3XX_CMD_DATABUF0; in hisi_sfc_v3xx_read_databuf() 209 __ioread32_copy(to, from, words); in hisi_sfc_v3xx_read_databuf() 216 from += words * 4; in hisi_sfc_v3xx_read_databuf() 218 val = __raw_readl(from); in hisi_sfc_v3xx_read_databuf() 224 for (i = 0; i < DIV_ROUND_UP(len, 4); i++, from += 4) { in hisi_sfc_v3xx_read_databuf() 225 u32 val = __raw_readl(from); in hisi_sfc_v3xx_read_databuf() 236 const u8 *from, unsigne in hisi_sfc_v3xx_write_databuf() 235 hisi_sfc_v3xx_write_databuf(struct hisi_sfc_v3xx_host *host, const u8 *from, unsigned int len) hisi_sfc_v3xx_write_databuf() argument [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_clip.c | 75 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points4() local 81 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) { in ref_cliptest_points4() 82 const GLfloat cx = from[0]; in ref_cliptest_points4() 83 const GLfloat cy = from[1]; in ref_cliptest_points4() 84 const GLfloat cz = from[2]; in ref_cliptest_points4() 85 const GLfloat cw = from[3]; in ref_cliptest_points4() 133 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points3() local 138 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) { in ref_cliptest_points3() 139 const GLfloat cx = from[0], cy = from[ in ref_cliptest_points3() 168 const GLfloat *from = (GLfloat *)clip_vec->start; ref_cliptest_points2() local [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | compactor.cc | 47 // Relocates a backing store |from| -> |to|. 48 void Relocate(Address from, Address to); 50 // Relocates interior slots in a backing store that is moved |from| -> |to|. 51 void RelocateInteriorReferences(Address from, Address to, size_t size); 53 // Updates the collection of callbacks from the item pushed the worklist by 60 // Map from movable reference (value) to its slot. Upon moving an object its 74 // The following two collections are used to allow refer back from a slot to 137 void MovableReferences::Relocate(Address from, Address to) { in Relocate() argument 139 moved_objects_.insert(from); in Relocate() 150 RelocateInteriorReferences(from, t in Relocate() 189 RelocateInteriorReferences(Address from, Address to, size_t size) RelocateInteriorReferences() argument [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 16 // contributors may be used to endorse or promote products derived from 148 // Conversion functions used from C 300 static bool to_bool(zval* from, bool* to) { in to_bool() argument 301 switch (Z_TYPE_P(from)) { in to_bool() 309 *to = (Z_LVAL_P(from) != 0); in to_bool() 312 *to = (Z_LVAL_P(from) != 0); in to_bool() 315 if (Z_STRLEN_P(from) == 0 || in to_bool() 316 (Z_STRLEN_P(from) == 1 && Z_STRVAL_P(from)[0] == '0')) { in to_bool() 323 throw_conversion_exception("bool", from); in to_bool() 328 to_string(zval* from) to_string() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_ops.cc | 16 // contributors may be used to endorse or promote products derived from 65 void ReflectionOps::Copy(const Message& from, Message* to) { in Copy() argument 66 if (&from == to) return; in Copy() 68 Merge(from, to); in Copy() 71 void ReflectionOps::Merge(const Message& from, Message* to) { in Merge() argument 72 GOOGLE_CHECK_NE(&from, to); in Merge() 74 const Descriptor* descriptor = from.GetDescriptor(); in Merge() 80 const Reflection* from_reflection = GetReflectionOrDie(from); in Merge() 88 from_reflection->ListFieldsOmitStripped(from, &fields); in Merge() 95 // Note: As from an in Merge() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 317 * request that we have removed from the HW and put back on a run in i915_request_retire() 398 * that we received an ACK from the HW, and so the context is not in __request_in_flight() 453 * __notify_execute_cb from i915_request_submit() and we are not in __await_execution() 492 * As this request likely depends on state from the lost in __i915_request_skip() 528 * requests that we have unsubmitted from HW, but left running in __i915_request_submit() 534 * We must remove the request from the caller's priority queue, in __i915_request_submit() 593 * busywaits from the GPU until their master is restarted. This is in __i915_request_submit() 600 /* We may be recursing from the signal callback of another i915 fence */ in __i915_request_submit() 612 /* Will be called from irq-context when using foreign fences. */ in i915_request_submit() 634 * Before we remove this breadcrumb from th in __i915_request_unsubmit() 1024 __emit_semaphore_wait(struct i915_request *to, struct i915_request *from, u32 seqno) __emit_semaphore_wait() argument 1075 emit_semaphore_wait(struct i915_request *to, struct i915_request *from, gfp_t gfp) emit_semaphore_wait() argument 1138 __i915_request_await_execution(struct i915_request *to, struct i915_request *from, void (*hook)(struct i915_request *rq, struct dma_fence *signal)) __i915_request_await_execution() argument 1306 await_request_submit(struct i915_request *to, struct i915_request *from) await_request_submit() argument 1325 i915_request_await_request(struct i915_request *to, struct i915_request *from) i915_request_await_request() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | uaccess.c | 10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user() argument 49 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_from_user() 56 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() argument 93 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_to_user()
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | io.c | 8 * Copy data from IO memory space to "real" memory space. 11 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() argument 17 *dst++ = readb(from++); in memcpy_fromio() 23 * Copy data from "real" memory space to IO memory space. 26 void memcpy_toio(volatile void __iomem *to, const void *from, long count) in memcpy_toio() argument 28 const char *src = from; in memcpy_toio()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | page-nommu.h | 12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) 15 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | page_32.h | 30 static inline void copy_page(void *to, void *from) in copy_page() argument 32 mmx_copy_page(to, from); in copy_page() 42 static inline void copy_page(void *to, void *from) in copy_page() argument 44 memcpy(to, from, PAGE_SIZE); in copy_page()
|