/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/ |
H A D | wifi_p2p_hal.c | 840 int start = 0; /* start pos */ in GetHalNetworkInfos() local 852 if (strcpy_s(info->ssid, sizeof(info->ssid), buf + start) != EOK) { in GetHalNetworkInfos() 857 if (strcpy_s(info->bssid, sizeof(info->bssid), buf + start) != EOK) { in GetHalNetworkInfos() 860 start = end + 1; in GetHalNetworkInfos() 861 if (strcpy_s(info->flags, sizeof(info->flags), buf + start) != EOK) { in GetHalNetworkInfos() 868 start = end; in GetHalNetworkInfos()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 135 LOG_INFO("[PAN BNEP]%{public}s start connect", __func__); in BnepSecurityCheckTask() 189 LOG_INFO("[PAN BNEP]%{public}s start send connect response", __func__); in BnepSecurityCheckDeviceConnectTask() 312 if ((ethernetHeader.protocol >= it->start) && (ethernetHeader.protocol <= it->end)) { in CheckBnepEthernetDataFilter() 324 if ((memcmp(ethernetHeader.destAddr, it->start, BT_ADDRESS_LENGTH) >= 0) && in CheckBnepEthernetDataFilter() 1075 range.start = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepFilterNetTypeSet() 1077 if (range.start > range.end) { in ProcessBnepFilterNetTypeSet() 1078 LOG_ERROR("[PAN BNEP]%{public}s range.start > range.end!", __func__); in ProcessBnepFilterNetTypeSet() 1131 if (memcpy_s(range.start, BT_ADDRESS_LENGTH, data + offset, BT_ADDRESS_LENGTH) != EOK) { in ProcessBnepFilterMultiAddrSet() 1132 LOG_ERROR("[PAN BNEP]%{public}s(): memcpy range start error", __FUNCTION__); in ProcessBnepFilterMultiAddrSet() 1143 if (memcmp(range.start, rang in ProcessBnepFilterMultiAddrSet() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4videoenc.c | 1324 uint8_t *start = put_bits_ptr(&s->pb); in ff_mpeg4_init_partitions() local 1326 int size = end - start; in ff_mpeg4_init_partitions() 1327 int pb_size = (((intptr_t)start + size / 3) & (~3)) - (intptr_t)start; in ff_mpeg4_init_partitions() 1331 init_put_bits(&s->tex_pb, start + pb_size, tex_size); in ff_mpeg4_init_partitions() 1332 init_put_bits(&s->pb2, start + pb_size + tex_size, pb_size); in ff_mpeg4_init_partitions()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 413 return (usedUniformLocation[r].start == locationRange.start && in checkLocationOverlap() 415 ? -2 : std::max(locationRange.start, usedUniformLocation[r].start); in checkLocationOverlap() 419 return std::max(locationRange.start, usedUniformLocation[r].start); in checkLocationOverlap()
|
H A D | Constant.cpp | 1339 int start; in foldDereference() local 1341 start = 0; in foldDereference() 1343 start = size * index; in foldDereference() 1347 start = 0; in foldDereference() 1349 start += (*node->getType().getStruct())[i].type->computeNumComponents(); in foldDereference() 1352 result = addConstantUnion(TConstUnionArray(node->getAsConstantUnion()->getConstArray(), start, size), node->getType(), loc); in foldDereference()
|
/third_party/backends/backend/genesys/ |
H A D | gl124.cpp | 367 // start writing to DAC in gl124_set_ti_fe() 765 float start = dev->model->x_offset; in calculate_scan_session() local 766 start += settings.tl_x; in calculate_scan_session() 767 start /= sensor.full_resolution / sensor.get_optical_resolution(); in calculate_scan_session() 768 start = static_cast<float>((start * settings.xres) / MM_PER_INCH); in calculate_scan_session() 773 session.params.startx = static_cast<unsigned>(start); in calculate_scan_session()
|
/third_party/backends/backend/ |
H A D | plustek_pp.c | 1401 /** goes through a string list and returns the start-address of the string 1798 StartScan start; in sane_start() local 1973 start.dwLinesPerScan = s->params.lines; in sane_start() 1975 result = s->hw->startScan( s->hw, &start ); in sane_start() 1984 start.dwFlag, start.dwBytesPerLine, start.dwLinesPerScan); in sane_start() 1999 * everything prepared, so start the child process and a pipe to communicate in sane_start()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 599 errln("FAIL: Expected start computed as " + marchOne + in TestRuleAPI() 608 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 1438 Calendar.NOVEMBER, 1, Calendar.SUNDAY, // start: November, first, Sunday in TestFebruary() 1449 Calendar.NOVEMBER, 1, -Calendar.SUNDAY, // start: November, 1 or after, Sunday in TestFebruary() 2237 private static boolean isDaylightTimeAvailable(TimeZone tz, long start) { in isDaylightTimeAvailable() argument 2238 if (tz.inDaylightTime(new Date(start))) { in isDaylightTimeAvailable() 2246 date = start; in isDaylightTimeAvailable() 2262 date = start + inc; in isDaylightTimeAvailable() 2273 private static RuleBasedTimeZone createRBTZ(BasicTimeZone btz, long start) { in createRBTZ() argument 2274 TimeZoneRule[] rules = btz.getTimeZoneRules(start); in createRBTZ() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 595 errln("FAIL: Expected start computed as " + marchOne + in TestRuleAPI() 604 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 1410 Calendar.NOVEMBER, 1, Calendar.SUNDAY, // start: November, first, Sunday in TestFebruary() 1421 Calendar.NOVEMBER, 1, -Calendar.SUNDAY, // start: November, 1 or after, Sunday in TestFebruary() 2251 private static boolean isDaylightTimeAvailable(TimeZone tz, long start) { in isDaylightTimeAvailable() argument 2252 if (tz.inDaylightTime(new Date(start))) { in isDaylightTimeAvailable() 2260 date = start; in isDaylightTimeAvailable() 2276 date = start + inc; in isDaylightTimeAvailable() 2287 private static RuleBasedTimeZone createRBTZ(BasicTimeZone btz, long start) { in createRBTZ() argument 2288 TimeZoneRule[] rules = btz.getTimeZoneRules(start); in createRBTZ() [all...] |
/third_party/libsnd/src/ |
H A D | wav.c | 72 /* Weird WAVPACK marker which can show up at the start of the DATA section. */ 255 /* Lite remove start */ in wav_open() 320 /* Set position to start of file to begin reading header. */ in wav_read_header() 683 ** Check for 'wvpk' at the start of the DATA section. Not able to in wav_read_header() 691 /* Seek to start of DATA section. */ in wav_read_header() 845 /* Lite remove start */ in wav_write_fmt_chunk() 1246 psf_binheader_writef (psf, "44", BHW4 (psf->instrument->loops [tmp].start), BHW4 (psf->instrument->loops [tmp].end - 1)) ; in wav_write_header() 1379 uint32_t note, pitch, start, end, type = -1, count ; in wav_read_smpl_chunk() local 1444 bytesread += psf_binheader_readf (psf, "4", &start) ; in wav_read_smpl_chunk() 1445 psf_log_printf (psf, " Start : %5u", start) ; in wav_read_smpl_chunk() [all...] |
/third_party/libuv/src/win/ |
H A D | tty.c | 1307 COORD start, end; in uv__tty_clear() local 1356 start = uv__tty_make_real_coord(handle, &info, x1, x1r, y1, y1r); in uv__tty_clear() 1359 (start.Y * info.dwSize.X + start.X) + 1; in uv__tty_clear() 1364 start, in uv__tty_clear() 1369 start, in uv__tty_clear() 1709 /* Read utf-8 start byte */ 1747 /* Patch buf offset so this character will be parsed again as a start
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builder.h | 513 unsigned start, unsigned end) in _nir_select_from_array_helper() 515 if (start == end - 1) { in _nir_select_from_array_helper() 516 return arr[start]; in _nir_select_from_array_helper() 518 unsigned mid = start + (end - start) / 2; in _nir_select_from_array_helper() 520 _nir_select_from_array_helper(b, arr, idx, start, mid), in _nir_select_from_array_helper() 511 _nir_select_from_array_helper(nir_builder *b, nir_ssa_def **arr, nir_ssa_def *idx, unsigned start, unsigned end) _nir_select_from_array_helper() argument
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 614 unsigned start, unsigned count, in tegra_set_shader_buffers() 620 context->gpu->set_shader_buffers(context->gpu, shader, start, count, in tegra_set_shader_buffers() 626 unsigned start, unsigned count, in tegra_set_shader_images() 632 context->gpu->set_shader_images(context->gpu, shader, start, count, in tegra_set_shader_images() 1076 unsigned int start, unsigned int count, in tegra_set_compute_resources() 1083 context->gpu->set_compute_resources(context->gpu, start, count, resources); in tegra_set_compute_resources() 613 tegra_set_shader_buffers(struct pipe_context *pcontext, unsigned int shader, unsigned start, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) tegra_set_shader_buffers() argument 625 tegra_set_shader_images(struct pipe_context *pcontext, unsigned int shader, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) tegra_set_shader_images() argument 1075 tegra_set_compute_resources(struct pipe_context *pcontext, unsigned int start, unsigned int count, struct pipe_surface **resources) tegra_set_compute_resources() argument
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 205 /* All VM address space holes will implicitly start aligned to the in radeon_bomgr_find_va() 246 offset = heap->start; in radeon_bomgr_find_va() 262 heap->start += size + waste; in radeon_bomgr_find_va() 273 * If it doesn't exist (start = 0) or if it doesn't have enough space, in radeon_bomgr_find_va64() 276 if (ws->vm64.start) in radeon_bomgr_find_va64() 292 if ((va + size) == heap->start) { in radeon_bomgr_free_va() 293 heap->start = va; in radeon_bomgr_free_va() 298 heap->start = hole->offset; in radeon_bomgr_free_va()
|
/third_party/node/lib/internal/ |
H A D | errors.js | 753 const start = val[0] === '-' ? 1 : 0; 754 for (; i >= start + 4; i -= 3) { 1342 '; targets must start with "./"' : ''}`; 1347 '; targets must start with "./"' : ''}`; 1475 'start offset of %s should be a multiple of %s', RangeError); 1611 const { column, line, start, end } = tokenCausedError.location; 1612 const errorDetails = `${details} at line ${line}, column ${column} (start ${start}, end ${end})`;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 347 // The start time of this GC; used for tracing and sampled via {Counters}. 469 if (bytes.start() == nullptr || bytes.length() == 0) { in SyncValidate() 474 enabled, bytes.start(), bytes.end(), true, kWasmOrigin, in SyncValidate() 499 WasmFeatures::ForAsmjs(), bytes.start(), bytes.end(), false, origin, in SyncCompileTranslatedAsmJs() 544 DecodeWasmModule(enabled, bytes.start(), bytes.end(), false, kWasmOrigin, in SyncCompile() 606 // start function and report thrown exception explicitly via out argument. in AsyncInstantiate() 647 memcpy(copy.get(), bytes.start(), bytes.length()); in AsyncCompile() 675 memcpy(copy.get(), bytes.start(), bytes.length()); in AsyncCompile() 750 // Only start tier-up if no other isolate needs this module in tiered in TierUpAllModulesPerIsolate()
|
H A D | wasm-debug.cc | 1151 wasm::NativeModule* native_module, const v8::debug::Location& start, in GetPossibleBreakpoints() 1159 if (start.GetLineNumber() != 0 || start.GetColumnNumber() < 0 || in GetPossibleBreakpoints() 1162 end.GetColumnNumber() < start.GetColumnNumber()))) in GetPossibleBreakpoints() 1170 GetNearestWasmFunction(module, start.GetColumnNumber()); in GetPossibleBreakpoints() 1172 uint32_t start_offset = start.GetColumnNumber(); in GetPossibleBreakpoints() 1150 GetPossibleBreakpoints( wasm::NativeModule* native_module, const v8::debug::Location& start, const v8::debug::Location& end, std::vector<v8::debug::BreakLocation>* locations) GetPossibleBreakpoints() argument
|
/third_party/node/tools/ |
H A D | test.py | 161 thread.start() 201 start = datetime.now() 211 case.duration = (datetime.now() - start) 1768 start = time.time() 1771 duration = time.time() - start 1783 for i, entry in enumerate(timed_tests[:20], start=1):
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 1444 long long start, end; in calc_percentage() local 1520 start = rl[i].lcn; in calc_percentage() 1523 for (j = start; j < end; j++) { in calc_percentage() 1973 long long start, end; in undelete_file() local 2131 start = rl[i].lcn; in undelete_file() 2134 for (j = start; j < end; j++) { in undelete_file()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 1225 unsigned start, unsigned end) in build_def_array_select() 1227 if (start == end - 1) { in build_def_array_select() 1228 return srcs[start]; in build_def_array_select() 1230 unsigned mid = start + (end - start) / 2; in build_def_array_select() 1232 build_def_array_select(b, srcs, idx, start, mid), in build_def_array_select() 1224 build_def_array_select(nir_builder *b, nir_ssa_def **srcs, nir_ssa_def *idx, unsigned start, unsigned end) build_def_array_select() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.cc | 510 const Location& start, const Location& end, bool restrict_to_function, in GetPossibleBreakpoints() 512 CHECK(!start.IsEmpty()); in GetPossibleBreakpoints() 517 return i::WasmScript::GetPossibleBreakpoints(native_module, start, end, in GetPossibleBreakpoints() 529 int start_offset = GetSourceOffset(start); in GetPossibleBreakpoints() 1141 int Coverage::BlockData::StartOffset() const { return block_->start; } in StartOffset() 1147 int Coverage::FunctionData::StartOffset() const { return function_->start; } in StartOffset() 509 GetPossibleBreakpoints( const Location& start, const Location& end, bool restrict_to_function, std::vector<BreakLocation>* locations) const GetPossibleBreakpoints() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | bigint.cc | 949 uint8_t* start = result->GetChars(no_gc); in ToString() local 950 uint8_t* out = start + chars_allocated; in ToString() 956 if (out == start) { in ToString() 959 DCHECK_LT(start, out); in ToString() 964 chars_written = chars_allocated - static_cast<int>(out - start); in ToString() 965 std::memmove(start, out, chars_written); in ToString()
|
H A D | keys.cc | 868 AtomicSlot start(storage->GetFirstElementAddress()); in CopyEnumKeysTo() 869 std::sort(start, start + length, cmp); in CopyEnumKeysTo() 950 AtomicSlot start(array->GetFirstElementAddress()); in CollectKeysFromDictionary() 951 std::sort(start, start + array_size, cmp); in CollectKeysFromDictionary()
|
H A D | string-inl.h | 731 String::FlatContent::FlatContent(const uint8_t* start, int length, in FlatContent() argument 733 : onebyte_start(start), length_(length), state_(ONE_BYTE), no_gc_(no_gc) { in FlatContent() 739 String::FlatContent::FlatContent(const base::uc16* start, int length, in FlatContent() argument 741 : twobyte_start(start), length_(length), state_(TWO_BYTE), no_gc_(no_gc) { in FlatContent() 1302 unsigned start) { in ExternalTwoByteStringGetData() 1303 return GetChars(GetPtrComprCageBase(*this)) + start; in ExternalTwoByteStringGetData() 1301 ExternalTwoByteStringGetData( unsigned start) ExternalTwoByteStringGetData() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_program.c | 236 unsigned start, end; in setup_stream_out() local 237 BITSET_FOREACH_RANGE (start, end, valid_dwords, in setup_stream_out() 239 prog_count += end - start + 1; in setup_stream_out() 267 BITSET_FOREACH_RANGE (start, end, valid_dwords, in setup_stream_out() 271 A6XX_VPC_SO_CNTL_ADDR(start)); in setup_stream_out() 272 for (unsigned i = start; i < end; i++) { in setup_stream_out()
|