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

1 2 3

  /external/mesa3d/src/glsl/
ast_expr.cpp 81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0,
83 ast_expression(oper, ex0, ex1, NULL)
85 assert((oper >= ast_plus) && (oper <= ast_logic_not));
93 printf("%s ", operator_string(oper));
hir_field_selection.cpp 79 assert(call->oper == ast_function_call);
glsl_parser_extras.cpp 530 switch (oper) {
543 printf("%s ", operator_string(oper));
558 printf("%s ", operator_string(oper));
565 printf("%s ", operator_string(oper));
640 ast_expression::ast_expression(int oper,
645 this->oper = ast_operators(oper);
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 *);
ast_to_hir.cpp 902 parent_expr->operator_string(parent_expr->oper));
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
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...]
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...]
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...]
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/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/glcpp/tests/
089-redefine-macro-error.c 16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname;
93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname;
95 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall ope
    [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...]
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/wpa_supplicant_8/src/ap/
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...]
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...]
wnm_ap.c 28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
30 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
32 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
40 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
42 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 5 --pad-oper --pad-header --unpad-paren \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
vpx-astyle.sh 5 --pad-oper --pad-header --unpad-paren \
  /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;
  /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)
  /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);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c 1152 get_operand (operand *oper, int which, long opmode)
1158 oper->exp.X_op = O_absent;
1159 oper->reg1 = REG_NONE;
1160 oper->reg2 = REG_NONE;
1238 oper->reg1 = reg;
1239 oper->exp.X_op = O_constant
    [all...]
  /external/elfutils/src/
ar.c 53 static int do_oper_extract (int oper, const char *arfname, char **argv,
57 static int do_oper_insert (int oper, const char *arfname, char **argv,
456 do_oper_extract (int oper, const char *arfname, char **argv, int argc,
546 if (oper == oper_print)
554 else if (oper == oper_list)
586 if (oper == oper_list)
608 if (oper == oper_print)
670 if (oper != oper_print)
1094 do_oper_insert (int oper, const char *arfname, char **argv, int argc,
1100 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper != oper_move)
    [all...]
  /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...]

Completed in 443 milliseconds

1 2 3