HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 201 - 225 of 1267) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/bfd/
elf32-m32c.c 42 (bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again);
421 asection * sec;
442 sec = NULL;
448 sec = local_sections [r_symndx];
449 relocation = (sec->output_section->vma
450 + sec->output_offset
455 name = (sym->st_name == 0) ? bfd_section_name (input_bfd, sec) : name;
475 sec = h->root.u.def.section;
477 + sec->output_section->vma
478 + sec->output_offset)
419 asection * sec; local
    [all...]
ihex.c 243 asection *sec; local
257 sec = NULL;
347 if (sec != NULL
348 && sec->vma + sec->size == extbase + segbase + addr)
352 sec->size += len;
361 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
368 sec = bfd_make_section_with_flags (abfd, secname, flags);
369 if (sec == NULL)
371 sec->vma = extbase + segbase + addr
    [all...]
coff-i960.c 422 asection *sec; local
426 sec = bfd_abs_section_ptr;
431 sec = sections[symndx];
432 val = (sec->output_section->vma
433 + sec->output_offset
435 - sec->vma);
443 asection *sec; local
445 sec = h->root.u.def.section;
447 + sec->output_section->vma
448 + sec->output_offset)
    [all...]
elf32-sh-symbian.c 204 asection * sec, bfd_byte * contents)
209 bfd_size_type sz = sec->rawsize ? sec->rawsize : sec->size;
400 asection * sec = bfd_get_section_by_name (abfd, ".directive"); local
403 if (!sec)
406 sz = sec->rawsize ? sec->rawsize : sec->size;
413 if (bfd_get_section_contents (abfd, sec, contents, 0, sz)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
TestCase.java 92 * @param sec The SECOND field of tested calendar on the given julian day
97 int hour, int min, int sec)
108 set(Calendar.SECOND, sec);
126 * @param sec The SECOND field of tested calendar on the given gregorian date
131 int hour, int min, int sec)
145 set(Calendar.SECOND, sec);
  /external/icu/icu4c/source/test/intltest/
caltztst.cpp 183 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
188 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
202 CalendarTimeZoneTest::utcDate(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
207 Date dt = date(y, m, d, hr, min, sec) +
221 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec)
232 sec = cal->get(UCAL_SECOND, status);
tzrulets.h 51 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
TestCase.java 89 * @param sec The SECOND field of tested calendar on the given julian day
94 int hour, int min, int sec)
105 set(Calendar.SECOND, sec);
123 * @param sec The SECOND field of tested calendar on the given gregorian date
128 int hour, int min, int sec)
142 set(Calendar.SECOND, sec);
  /external/python/cpython2/Modules/
cdmodule.c 101 status.track, status.min, status.sec, status.frame,
135 int min, sec, frame; local
137 if (!PyArg_ParseTuple(args, "iii:msftoblock", &min, &sec, &frame))
141 min, sec, frame));
169 int min, sec, frame, play; local
172 if (!PyArg_ParseTuple(args, "iiii:playabs", &min, &sec, &frame, &play))
175 if (!CDplayabs(self->ob_cdplayer, min, sec, frame, play)) {
213 int track, min, sec, frame, play; local
216 if (!PyArg_ParseTuple(args, "iiiii:playtrackabs", &track, &min, &sec,
220 if (!CDplaytrackabs(self->ob_cdplayer, track, min, sec, frame, play))
262 int min, sec, frame; local
734 int min, sec, frame; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptp_clock.h 42 __s64 sec; /* seconds */ member in struct:ptp_clock_time
  /system/media/camera/docs/
ACameraMetadata.mako 69 % for sec in find_all_sections(metadata):
70 % for entry in remove_synthetic(find_unique_entries(sec)):
HidlMetadata.mako 99 % for sec in find_all_sections(metadata):
101 % for idx,entry in enumerate(filter_added_in_hal_version(remove_synthetic(find_unique_entries(sec)), hal_major_version(), hal_minor_version())):
110 % if find_first_older_used_hal_version(sec, hal_major_version(), hal_minor_version()) == (0, 0):
113 <% prevVersion = find_first_older_used_hal_version(sec, hal_major_version(), hal_minor_version()) %>\
114 ${entry.name + " =" | csym} ${'android.hardware.camera.metadata@%d.%d' % prevVersion}::CameraMetadataTag:${path_name(find_parent_section(entry)) | csym}${'_END' if find_first_older_used_hal_version(sec, prevVersion[0], prevVersion[1]) == (0,0) else '_END_%d_%d' % prevVersion},
122 ${path_name(sec) | csym}${'_END' if first_hal_minor_version(hal_major_version()) == hal_minor_version() else '_END_%d_%d' % (hal_major_version(),hal_minor_version())},
131 % for sec in find_all_sections(metadata):
132 % for entry in filter_has_enum_values_added_in_hal_version(remove_synthetic(find_unique_entries(sec)), hal_major_version(), hal_minor_version()):
  /toolchain/binutils/binutils-2.27/gas/config/
obj-som.c 265 adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED)
271 if (strcmp ("$GDB_SYMBOLS$", sec->name))
279 nsyms = bfd_section_size (abfd, sec) / 12 - 1;
281 p = seg_info (sec)->stabu.p;
  /toolchain/binutils/binutils-2.27/gas/
ecoff.h 85 extern void ecoff_stab (segT sec, int what, const char *string,
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 159 int sec = oper->ht_param & local
161 if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE)
163 else if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW)
187 * Switch PRI/SEC channels if Beacons were detected on selected SEC
205 * Match PRI/SEC channel with any existing HT40 BSS on the same
289 int sec = pri; local
304 sec = pri - 20;
306 sec = pri + 20;
310 (sec < affected_start || sec > affected_end)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java 7 import org.bouncycastle.asn1.sec.SECNamedCurves;
8 import org.bouncycastle.asn1.sec.SECObjectIdentifiers;
  /external/e2fsprogs/lib/ext2fs/
dosio.c 183 unsigned char *tmp, sec[512]; local
281 sec);
294 part->cyls = (unsigned short)(((sec[0] >> 6) << 8) + sec[1] + 1);
295 part->heads = sec[3] + 1;
296 part->sects = sec[0] & 0x3F;
301 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
311 pent = (PTABLE_ENTRY*)&sec[0x1BE];
  /external/google-breakpad/src/common/mac/
macho_id.cc 275 struct section sec; local
277 if (!walker->ReadBytes(&sec, sizeof(sec), offset))
281 swap_section(&sec, 1, NXHostByteOrder());
285 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0)
286 macho_id->Update(walker, header_offset + sec.offset, sec.size);
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_redirect.sh 53 ip link set dev veth1 xdpgeneric obj test_xdp_redirect.o sec redirect_to_222
54 ip link set dev veth2 xdpgeneric obj test_xdp_redirect.o sec redirect_to_111
  /external/strace/
statx.c 62 stx.field.sec, stx.field.nsec); \
63 tprints_comment(sprinttime_nsec(stx.field.sec, \
  /external/wpa_supplicant_8/src/utils/
os_none.c 18 void os_sleep(os_time_t sec, os_time_t usec)
35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_test.cpp 57 std::cv_status RadioHidlTest::wait(int sec) {
63 status = cv.wait_until(lock, now + std::chrono::seconds(sec));
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_test.cpp 62 std::cv_status RadioHidlTest_v1_1::wait(int sec) {
68 status = cv.wait_until(lock, now + std::chrono::seconds(sec));
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 146 SecurityManager sec = System.getSecurityManager(); local
147 if (sec != null) {
149 sec.checkPermission(new NetPermission("getNetworkInformation"));
156 if (sec != null && !trusted) {
157 sec.checkConnect(addrs[j].getHostAddress(), -1);
199 SecurityManager sec = System.getSecurityManager(); local
202 if (sec != null) {
203 sec.checkConnect(bindings[j].getAddress().getHostAddress(), -1);
  /prebuilts/go/darwin-x86/src/runtime/
timeasm.go 16 func time_now() (sec int64, nsec int32, mono int64)

Completed in 1719 milliseconds

1 2 3 4 5 6 7 891011>>