HomeSort by relevance Sort by last modified time
    Searched defs:ac (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 133 struct apple_glx_context *ac = ptr; local
137 apple_cgl.flush_drawable(ac->context_obj);
143 struct apple_private_context *ac = ptr; local
145 (void) ac;
apple_glx_context.c 99 is_context_valid(struct apple_glx_context *ac)
106 if (ac == i) {
128 struct apple_glx_context *ac; local
134 ac = malloc(sizeof *ac);
136 if (NULL == ac) {
148 ac->context_obj = NULL;
149 ac->pixel_format_obj = NULL;
150 ac->drawable = NULL;
151 ac->thread_id = pthread_self()
212 struct apple_glx_context *ac = *ptr; local
286 struct apple_glx_context *ac = ptr; local
468 struct apple_glx_context *ac = ptr; local
529 struct apple_glx_context *ac; local
559 struct apple_glx_context *ac = ptr; local
613 struct apple_glx_context *ac = ptr; local
    [all...]
  /external/compiler-rt/lib/ppc/
multc3.c 27 long double ac = __gcc_qmul(a,c); local
32 DD real = { .ld = __gcc_qsub(ac,bd) };
64 DD acDD = { .ld = ac };
  /external/e2fsprogs/e2fsck/
argv_parse.c 142 int ac, ret; local
149 ret = argv_parse(buf, &ac, &av);
154 printf("Argv_parse returned %d arguments...\n", ac);
  /external/kernel-headers/original/linux/
transport_class.h 57 struct attribute_container ac; member in struct:transport_container
62 container_of(x, struct transport_container, ac)
86 return attribute_container_register(&tc->ac);
91 return attribute_container_unregister(&tc->ac);
  /external/mesa3d/src/glx/apple/
apple_glx.c 133 struct apple_glx_context *ac = ptr; local
137 apple_cgl.flush_drawable(ac->context_obj);
143 struct apple_private_context *ac = ptr; local
145 (void) ac;
apple_glx_context.c 99 is_context_valid(struct apple_glx_context *ac)
106 if (ac == i) {
128 struct apple_glx_context *ac; local
134 ac = malloc(sizeof *ac);
136 if (NULL == ac) {
148 ac->context_obj = NULL;
149 ac->pixel_format_obj = NULL;
150 ac->drawable = NULL;
151 ac->thread_id = pthread_self()
212 struct apple_glx_context *ac = *ptr; local
286 struct apple_glx_context *ac = ptr; local
468 struct apple_glx_context *ac = ptr; local
529 struct apple_glx_context *ac; local
559 struct apple_glx_context *ac = ptr; local
613 struct apple_glx_context *ac = ptr; local
    [all...]
  /device/asus/flo/charger_touch/
charger_touch.c 69 char wlc[2], usb[2], ac[2]; local
74 memset(ac, 0, 2);
89 read_path(path, ac, 1);
93 } else if (!strncmp(ac, "1", 1)) {
  /device/lge/mako/charger_touch/
charger_touch.c 69 char wlc[2], usb[2], ac[2]; local
74 memset(ac, 0, 2);
89 read_path(path, ac, 1);
93 } else if (!strncmp(ac, "1", 1)) {
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 82 double ac = a * c; local
83 double bb_2ac = b*b - 2*ac;
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 13 struct ac struct
20 typedef ac<1,int,int>::ae ae
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 82 double ac = a * c; local
83 double bb_2ac = b*b - 2*ac;
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/chromium_org/ppapi/tests/
test_audio.cc 84 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
86 ASSERT_TRUE(ac);
88 instance_->pp_instance(), ac, AudioCallbackTrampoline, this);
89 core_interface_->ReleaseResource(ac);
90 ac = 0;
96 ac = audio_interface_->GetCurrentConfig(audio);
97 ASSERT_TRUE(ac);
98 ASSERT_TRUE(audio_config_interface_->IsAudioConfig(ac));
99 ASSERT_EQ(sample_rate, audio_config_interface_->GetSampleRate(ac));
100 ASSERT_EQ(frame_count, audio_config_interface_->GetSampleFrameCount(ac));
126 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
156 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
206 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
242 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
280 PP_Resource ac = audio_config_interface_->CreateStereo16Bit( local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
HydraulicErodeFilter.java 109 float ac = 0; local
119 ac++;
124 float aa = (dtotal + a) / (ac + 1);
  /external/wpa_supplicant_8/src/ap/
wmm.c 30 /* TODO: maintain separate sequence and fragment numbers for each AC
81 /* fill in a parameter set record for each AC */
83 struct wmm_ac_parameter *ac = &wmm->ac[e]; local
87 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
91 ac->txop_limit = host_to_le16(acp->txop_limit);
305 /* TODO: check the request is for an AC with ACM set, if not, refuse
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 425 struct hostapd_wmm_ac_params *ac; local
446 ac = &wmm_ac_params[num];
454 ac->aifs = v;
461 ac->cwmin = v;
468 ac->cwmax = v;
475 ac->txop_limit = v;
482 ac->admission_control_mandatory = v;
  /external/wpa_supplicant_8/src/wps/
ndef.c 195 struct wpabuf *rn, *cr, *ac_payload, *ac, *hr_payload, *hr; local
220 ac = ndef_build_record(FLAG_MESSAGE_END | FLAG_TNF_NFC_FORUM, "ac", 2,
223 if (ac == NULL) {
228 hr_payload = wpabuf_alloc(1 + wpabuf_len(cr) + wpabuf_len(ac));
231 wpabuf_free(ac);
237 wpabuf_put_buf(hr_payload, ac);
239 wpabuf_free(ac);
  /bionic/libc/kernel/common/linux/
if_tr.h 25 #define AC 0x10
31 __u8 ac; member in struct:trh_hdr
  /development/ndk/platforms/android-3/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /external/chromium/net/base/
dnssec_keyset.cc 174 uint32 ac = 0; local
177 ac += data[i];
179 ac += static_cast<uint32>(data[i]) << 8;
182 ac += (ac >> 16) & 0xffff;
183 return ac;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 236 GLfloat ac = a * ic; local
238 if ( ac < 0.0f ) ac = -ac;
240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
469 GLfloat ac = a * ic; local
471 if ( ac < 0.0f ) ac = -ac;
473 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 109 opus_val32 ac[5]; local
138 _celt_autocorr(x_lp, ac, NULL, 0,
143 ac[0] += SHR32(ac[0],13);
145 ac[0] *= 1.0001f;
150 /*ac[i] *= exp(-.5*(2*M_PI*.002*i)*(2*M_PI*.002*i));*/
152 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]);
154 ac[i] -= ac[i]*(.008f*i)*(.008f*i)
    [all...]
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 24 volatile C *ac = dynamic_cast<C *>(a); local
  /external/e2fsprogs/misc/
e2initrd_helper.c 198 int ac, i; local
221 ac = 0;
225 ac = (ac * 8) + (*p - '0');
227 *q = ac;

Completed in 653 milliseconds

1 23 4 5 6 7 8