HomeSort by relevance Sort by last modified time
    Searched defs:ordinal (Results 101 - 125 of 414) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 161 /* For each month ordinal in 1..12, the number of days in that month,
242 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
244 ord_to_ymd(int ordinal, int *year, int *month, int *day)
248 /* ordinal is a 1-based index, starting at 1-Jan-1. The pattern of
250 * to find the closest 400-year boundary at or before ordinal, then
251 * work with the offset from that boundary to ordinal. Life is much
252 * clearer if we subtract 1 from ordinal first -- then the values
253 * of ordinal at 400-year boundaries are exactly those divisible
270 assert(ordinal >= 1);
271 --ordinal;
538 int ordinal = ymd_to_ord(*y, *m, 1) + local
2381 int ordinal; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 161 /* For each month ordinal in 1..12, the number of days in that month,
242 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
244 ord_to_ymd(int ordinal, int *year, int *month, int *day)
248 /* ordinal is a 1-based index, starting at 1-Jan-1. The pattern of
250 * to find the closest 400-year boundary at or before ordinal, then
251 * work with the offset from that boundary to ordinal. Life is much
252 * clearer if we subtract 1 from ordinal first -- then the values
253 * of ordinal at 400-year boundaries are exactly those divisible
270 assert(ordinal >= 1);
271 --ordinal;
538 int ordinal = ymd_to_ord(*y, *m, 1) + local
2381 int ordinal; local
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
Session.java 494 final int ordinal = mRequestLogs.size() + 1; local
496 .addTaggedData(MetricsEvent.FIELD_AUTOFILL_REQUEST_ORDINAL, ordinal);
503 Slog.v(TAG, "Requesting structure for request #" + ordinal + " ,requestId="
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 53 DLL, with optional ordinal number <integer>.
59 Declares that <external-name> or the exported function whose ordinal number
230 The `short' is the function's ordinal number.
331 int ord; /* Two-byte ordinal value associated with function. */
780 int ordinal; member in struct:export
1033 static int d_low_ord; /* Lowest ordinal index. */
1034 static int d_high_ord; /* Highest ordinal index. */
1054 def_exports (const char *name, const char *internal_name, int ordinal,
1064 p->ordinal = ordinal;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 623 wchar_t ordinal = *w++; local
624 ordinal -= 0x10000;
625 *u++ = 0xD800 | (ordinal >> 10);
626 *u++ = 0xDC00 | (ordinal & 0x3FF);
781 int ordinal = va_arg(count, int); local
783 if (ordinal < 0 || ordinal > 0x10ffff) {
790 if (ordinal < 0 || ordinal > 0xffff) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 583 wchar_t ordinal = *w++; local
584 ordinal -= 0x10000;
585 *u++ = 0xD800 | (ordinal >> 10);
586 *u++ = 0xDC00 | (ordinal & 0x3FF);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 622 wchar_t ordinal = *w++; local
623 ordinal -= 0x10000;
624 *u++ = 0xD800 | (ordinal >> 10);
625 *u++ = 0xDC00 | (ordinal & 0x3FF);
780 int ordinal = va_arg(count, int); local
782 if (ordinal < 0 || ordinal > 0x10ffff) {
789 if (ordinal < 0 || ordinal > 0xffff) {
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 189 /* For each month ordinal in 1..12, the number of days in that month,
264 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
266 ord_to_ymd(int ordinal, int *year, int *month, int *day)
270 /* ordinal is a 1-based index, starting at 1-Jan-1. The pattern of
272 * to find the closest 400-year boundary at or before ordinal, then
273 * work with the offset from that boundary to ordinal. Life is much
274 * clearer if we subtract 1 from ordinal first -- then the values
275 * of ordinal at 400-year boundaries are exactly those divisible
292 assert(ordinal >= 1);
293 --ordinal;
554 int ordinal = ymd_to_ord(*y, *m, 1) + local
2595 int ordinal; local
4216 long long ordinal; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/python/cpython3/Objects/
unicodeobject.c 2662 int ordinal = va_arg(*vargs, int); local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.7.7/
protobuf-gradle-plugin-0.7.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.0/
protobuf-gradle-plugin-0.8.0.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 1077 UINT32 ordinal; member in struct:tdTPM_IDENTITY_CONTENTS
1193 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_AUDIT_EVENT_OUT
1953 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_RQU_COMMAND_HDR
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 98 /// The command ordinal
1218 UINT32 ordinal; member in struct:tdTPM_IDENTITY_CONTENTS
1359 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_AUDIT_EVENT_OUT
2159 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_RQU_COMMAND_HDR
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0/
lint-checks-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha1/
lint-checks-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha3/
lint-checks-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha4/
lint-checks-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha6/
lint-checks-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha7/
lint-checks-25.2.0-alpha7.jar 

Completed in 501 milliseconds

1 2 3 45 6 7 8 91011>>