HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 151 - 175 of 1391) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-div-20.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-21.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-22.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
  /device/google/dragon/audio/hal/
cras_expr.c 28 static void value_set_integer(struct cras_expr_value *value, int integer)
32 value->u.integer = integer;
68 value->u.integer = original->u.integer;
215 if (prev->u.integer != value->u.integer)
273 const char *name, int integer)
276 value_set_integer(value, integer);
313 static struct cras_expr_expression *new_integer_literal(int integer)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 29 // Parse extracts the bitfield b from i, and return it as an unsigned integer.
38 // ParseSigned extracts the bitfield b from i, and return it as a signed integer.
61 // as an unsigned integer and the total length of all the bitfields.
73 // as an unsigned integer. Parse will panic if any bitfield in b is invalid.
80 // as a signed integer. Parse will panic if any bitfield in b is invalid.
  /prebuilts/go/darwin-x86/src/math/
pow.go 23 // Pow(±0, y) = ±Inf for y an odd integer < 0
26 // Pow(±0, y) = +Inf for finite y < 0 and not an odd integer
27 // Pow(±0, y) = ±0 for y an odd integer > 0
28 // Pow(±0, y) = +0 for finite y > 0 and not an odd integer
37 // Pow(x, y) = NaN for finite x < 0 and finite non-integer y
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 29 // Parse extracts the bitfield b from i, and return it as an unsigned integer.
38 // ParseSigned extracts the bitfield b from i, and return it as a signed integer.
61 // as an unsigned integer and the total length of all the bitfields.
73 // as an unsigned integer. Parse will panic if any bitfield in b is invalid.
80 // as a signed integer. Parse will panic if any bitfield in b is invalid.
  /prebuilts/go/linux-x86/src/math/
pow.go 23 // Pow(±0, y) = ±Inf for y an odd integer < 0
26 // Pow(±0, y) = +Inf for finite y < 0 and not an odd integer
27 // Pow(±0, y) = ±0 for y an odd integer > 0
28 // Pow(±0, y) = +0 for finite y > 0 and not an odd integer
37 // Pow(x, y) = NaN for finite x < 0 and finite non-integer y
  /external/icu/icu4c/source/common/
uvector.cpp 23 * Constants for hinting whether a key is an integer
25 * token is assumed to be an integer. This is needed for iSeries
76 // Fix bogus initialCapacity values; avoid malloc(0) and integer overflow
136 elements[count].integer = elem;
158 elements[index].integer = elem;
182 elements[index].integer = elem;
193 return (0 <= index && index < count) ? elements[index].integer : 0;
299 key.integer = obj;
322 if (key.integer == elements[i].integer) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SavedNetworkEvaluatorTest.java 63 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
65 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
67 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
69 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
71 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
73 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
105 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz))
108 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz))
111 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
114 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/module/
ModulesInfo.java 50 int photoModuleId = context.getResources().getInteger(R.integer.camera_mode_photo);
54 registerVideoModule(moduleManager, res.getInteger(R.integer.camera_mode_video),
57 registerWideAngleModule(moduleManager, res.getInteger(R.integer.camera_mode_panorama),
60 res.getInteger(R.integer.camera_mode_photosphere),
64 registerRefocusModule(moduleManager, res.getInteger(R.integer.camera_mode_refocus),
68 registerGcamModule(moduleManager, res.getInteger(R.integer.camera_mode_gcam),
72 int imageCaptureIntentModuleId = res.getInteger(R.integer.camera_mode_capture_intent);
  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 27 pdfium::base::CheckedNumeric<uint32_t> integer = 0; local
41 integer = integer * 10 + FXSYS_toDecimalDigit(strc.CharAt(cc));
42 if (!integer.IsValid())
47 // We have a sign, and the value was greater then a regular integer
51 if (integer.ValueOrDefault(0) >
53 integer = 0;
55 } else if (integer.ValueOrDefault(0) >
57 integer = 0;
62 uint32_t uValue = integer.ValueOrDefault(0)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SavedNetworkEvaluator.java 59 R.integer.config_wifi_framework_RSSI_SCORE_SLOPE);
61 R.integer.config_wifi_framework_RSSI_SCORE_OFFSET);
63 R.integer.config_wifi_framework_SAME_BSSID_AWARD);
65 R.integer.config_wifi_framework_current_network_boost);
67 R.integer.config_wifi_framework_LAST_SELECTION_AWARD);
69 R.integer.config_wifi_framework_SECURITY_AWARD);
71 R.integer.config_wifi_framework_5GHz_preference_boost_factor);
73 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
75 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
237 int highestScore = Integer.MIN_VALUE
    [all...]
  /external/libavc/common/arm/
ih264_padding_neon.s 57 @* integer source stride
60 @* integer width of the array
63 @* integer -padding size of the array
127 @* integer source stride
130 @* integer height of the array
133 @* integer width of the array
136 @* integer -padding size of the array
139 @* integer height of the array
142 @* integer width of the array
263 @* integer source strid
    [all...]
  /external/libcups/cups/
notify.c 76 switch (job_state->values[0].integer)
107 job_id->values[0].integer,
120 switch (printer_state->values[0].integer)
pwg-media.c 450 size->width = x_dimension->values[0].integer;
451 size->length = y_dimension->values[0].integer;
490 size->bottom = media_bottom_margin->values[0].integer;
491 size->left = media_left_margin->values[0].integer;
492 size->right = media_right_margin->values[0].integer;
493 size->top = media_top_margin->values[0].integer;
1058 integer, \/* Integer portion *\/ local
1098 int integer, \/* Integer portion *\/ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
Android.mk 81 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
108 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
134 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
  /packages/apps/Camera2/src/com/android/camera/app/
ModuleManagerImpl.java 81 public List<Integer> getSupportedModeIndexList() {
82 List<Integer> modeIndexList = new ArrayList<Integer>();
115 final int photoModuleId = context.getResources().getInteger(R.integer.camera_mode_photo);
116 final int videoModuleId = context.getResources().getInteger(R.integer.camera_mode_video);
120 || moduleId == context.getResources().getInteger(R.integer.camera_mode_gcam)) {
  /packages/providers/TvProvider/src/com/android/providers/tv/
EpgDataCleanupService.java 57 int maxProgramAgeInDays = getResources().getInteger(R.integer.max_program_age_in_days);
63 getResources().getInteger(R.integer.max_watched_program_age_in_days);
69 getResources().getInteger(R.integer.max_watched_program_entry_count);
  /external/tcpdump/
print-snmp.c 86 "Integer",
87 #define INTEGER 2
329 int32_t integer; member in union:be::__anon33535
512 case INTEGER: {
522 elem->data.integer = data;
727 ND_PRINT((ndo, "%d", elem->data.integer));
965 ok = (elem->data.integer >= smiRange->minValue.value.integer32
966 && elem->data.integer <= smiRange->maxValue.value.integer32);
1108 /* apply display hints (integer, octetstring) */
1143 == elem->data.integer) {
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 62 android.R.integer.config_shortAnimTime);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x32.S 18 # Calculate the quotient of a 64-bit integer by a 32-bit integer
DivU64x32.asm 18 ; Calculate the quotient of a 64-bit integer by a 32-bit integer
ModU64x32.S 18 # Calculate the remainder of a 64-bit integer by a 32-bit integer
ModU64x32.asm 18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer

Completed in 521 milliseconds

1 2 3 4 5 67 8 91011>>