HomeSort by relevance Sort by last modified time
    Searched defs:oper (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/glsl/glcpp/tests/
089-redefine-macro-error.c 16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c 31 print_operand (struct d10v_operand *oper,
39 if (oper->flags == OPERAND_ATMINUS)
44 if (oper->flags == OPERAND_MINUS)
49 if (oper->flags == OPERAND_PLUS)
54 if (oper->flags == OPERAND_ATSIGN)
59 if (oper->flags == OPERAND_ATPAR)
65 shift = oper->shift;
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
73 if (oper->flags & OPERAND_REG
157 struct d10v_operand *oper; local
202 struct d10v_operand *oper; local
    [all...]
rl78-dis.c 150 RL78_Opcode_Operand * oper; local
220 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1];
223 if (oper->use_es && indirect_type (oper->type))
232 PR (PS, "%s", condition_names[oper->condition]);
236 switch (oper->type)
240 dis->print_address_func (oper->addend, dis);
242 || oper->addend > 999
243 || oper->addend < -999)
244 PR (PS, "%#x", oper->addend)
    [all...]
rx-dis.c 115 RX_Opcode_Operand * oper; local
151 oper = opcode.op + *s - '0';
154 if (oper->type == RX_Operand_Indirect)
155 PR (PS, "%s", size_names[oper->size]);
158 switch (oper->type)
162 dis->print_address_func (oper->addend, dis);
164 || oper->addend > 999
165 || oper->addend < -999)
166 PR (PS, "%#x", oper->addend);
168 PR (PS, "%d", oper->addend)
    [all...]
d30v-dis.c 92 extract_value (long long num, struct d30v_operand *oper, int is_long)
95 int shift = 12 - oper->position;
96 int mask = (0xFFFFFFFF >> (32 - oper->bits));
100 if (oper->bits == 32)
111 if (oper->flags & OPERAND_SHIFT)
126 struct d30v_operand *oper; local
160 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
161 bits = oper->bits;
162 if (oper->flags & OPERAND_SHIFT)
166 && oper->flags != OPERAND_PLU
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 54 $oper = $row['operation']; variable
55 if ($oper != '5') {
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
    [all...]
ieee802_11_vht.c 64 struct ieee80211_vht_operation *oper; local
68 *pos++ = sizeof(*oper);
70 oper = (struct ieee80211_vht_operation *) pos;
71 os_memset(oper, 0, sizeof(*oper));
78 oper->vht_op_info_chan_center_freq_seg0_idx =
80 oper->vht_op_info_chan_center_freq_seg1_idx =
83 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
89 oper->vht_op_info_chwidth = 1;
90 oper->vht_op_info_chan_center_freq_seg1_idx
    [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 116 char *oper, *arg; local
120 while ((oper = *++argv) != NULL) {
121 if ((oper = strdup(oper)) == NULL) {
127 if ((arg = strchr(oper, '=')) == NULL) {
128 errx(EXIT_FAILURE, "unknown operand %s", oper);
133 errx(EXIT_FAILURE, "no value specified for %s", oper);
136 tmp.name = oper;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 265 final ArrayList<ContentProviderOperation> oper = Lists.newArrayList(); local
269 oper.add(buildVisibleAssert(contactId, true));
270 oper.add(ContentProviderOperation.newUpdate(groupUri).withValue(Groups.GROUP_VISIBLE, 0)
272 oper.add(buildVisibleAssert(contactId, true));
273 mResolver.applyBatch(ContactsContract.AUTHORITY, oper);
276 oper.clear();
277 oper.add(buildVisibleAssert(contactId, false));
278 mResolver.applyBatch(ContactsContract.AUTHORITY, oper);
  /art/compiler/optimizing/
induction_var_range.cc 764 HInstruction* oper; local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 198 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
200 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
204 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
206 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri());
210 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
212 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
241 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
243 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
247 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
249 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri())
253 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
259 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
284 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
290 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
296 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
320 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
342 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
371 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
377 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
    [all...]
RawContactDeltaListTests.java 310 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
311 if (AggregationExceptions.CONTENT_URI.equals(oper.getUri())
RawContactModifierTests.java 397 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
399 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
403 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
405 assertEquals("Incorrect target", Data.CONTENT_URI, oper.getUri());
409 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
411 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
421 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
423 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri());
532 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
534 assertEquals("Incorrect target", RawContacts.CONTENT_URI, oper.getUri())
538 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
544 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
556 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
579 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
609 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
615 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
663 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
669 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
675 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
687 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
693 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
699 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
735 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
741 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
747 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
759 final ContentProviderOperation oper = cpoWrapper.getOperation(); local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h 278 S_FM_OPER oper[4]; member in struct:s_fm_region_tag
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1500 enum hs20_session_operation oper; local
1537 enum hs20_session_operation oper; local
1563 enum hs20_session_operation oper; local
1756 enum hs20_session_operation oper; local
1780 enum hs20_session_operation oper; local
2028 enum hs20_session_operation oper; local
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 310 static void oper_list_add(struct io_oper *oper, struct io_oper **list)
313 *list = oper;
314 oper->prev = oper->next = oper;
317 oper->prev = (*list)->prev;
318 oper->next = *list;
319 (*list)->prev->next = oper;
320 (*list)->prev = oper;
324 static void oper_list_del(struct io_oper *oper, struct io_oper **list
453 struct io_oper *oper = io->io_oper; local
670 struct io_oper *oper; local
859 struct io_oper *oper; local
1096 struct io_oper *oper; local
1309 struct io_oper *oper; local
    [all...]
  /external/mesa3d/src/glsl/
ast.h 200 ast_expression(int oper, ast_expression *,
204 oper(ast_identifier)
220 enum ast_operators oper; member in class:ast_expression
254 ast_expression_bin(int oper, ast_expression *, ast_expression *);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 530 final ContentProviderOperation oper = group.buildDiff(); local
531 if (oper != null) diff.add(oper);
534 final ContentProviderOperation oper = group.buildDiff(); local
535 if (oper != null) diff.add(oper);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 4316 } oper; member in struct:wpa_event_data::tdls
4327 } oper; member in struct:wpa_event_data::wnm
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 21874 const HChar *oper; local
    [all...]
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 440 milliseconds

1 2