Searched refs:cx (Results 1 - 25 of 186) sorted by relevance

12345678

/external/chromium/crypto/third_party/nss/
H A Dblapi.h50 extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit);
51 extern void SHA256_Begin(SHA256Context *cx);
52 extern void SHA256_Update(SHA256Context *cx, const unsigned char *input,
54 extern void SHA256_End(SHA256Context *cx, unsigned char *digest,
59 extern void SHA256_TraceState(SHA256Context *cx);
60 extern unsigned int SHA256_FlattenSize(SHA256Context *cx);
61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
68 extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit);
69 extern void SHA512_Begin(SHA512Context *cx);
70 extern void SHA512_Update(SHA512Context *cx, cons
[all...]
/external/libppp/src/
H A Dradius.c168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) {
178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */
265 r->cx.fd = -1; /* Stop select()ing */
266 stype = r->cx.auth ? "auth" : "acct";
272 if (!r->cx.auth) {
273 rad_close(r->cx.rad);
281 if (!r->cx.auth) {
282 rad_close(r->cx.rad);
291 if (r->cx.auth)
292 auth_Failure(r->cx
[all...]
H A Ddeflate.c47 z_stream cx; member in struct:deflate_state
62 deflateReset(&state->cx);
104 state->cx.next_out = wp;
105 state->cx.avail_out = DEFLATE_CHUNK_LEN - 2;
106 state->cx.next_in = MBUF_CTOP(mi);
107 state->cx.avail_in = mi->m_len;
112 if ((res = deflate(&state->cx, flush)) != Z_OK) {
116 res, state->cx.msg ? state->cx.msg : "");
123 if (flush == Z_SYNC_FLUSH && state->cx
[all...]
H A Dcommand.c212 const char *cx; local
245 cx = showcx(cmd);
250 cmd->name, cxlen, cxlen, cx, dmax, dmax, cmd->helpmes);
263 Concatinate(arg->cx->physical->link.lcp.cfg.ident,
264 sizeof arg->cx->physical->link.lcp.cfg.ident,
272 if (arg->cx->state < DATALINK_LCP) {
276 return lcp_SendIdentification(&arg->cx->physical->link.lcp) ? 0 : 1;
293 bundle_DatalinkClone(arg->bundle, arg->cx, name);
305 if (arg->cx->state != DATALINK_CLOSED) {
310 bundle_DatalinkRemove(arg->bundle, arg->cx);
1080 FindExec(struct bundle *bundle, struct cmdtab const *cmds, int argc, int argn, char const *const *argv, struct prompt *prompt, struct datalink *cx) argument
1180 command_Run(struct bundle *bundle, int argc, char const *const *argv, struct prompt *prompt, const char *label, struct datalink *cx) argument
1282 struct datalink *cx = arg->cx ? local
1647 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ local
2680 struct datalink *cx; local
2837 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ local
3107 struct datalink *cx; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIntSizeBrew.cpp34 : m_width(size.cx)
42 size.cx = width();
/external/skia/src/xml/
H A DSkJSDisplayable.cpp62 static void Destructor(JSContext *cx, JSObject *obj);
63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, argument
77 SkJSDisplayable *p = (SkJSDisplayable*) JS_GetPrivate(cx, obj);
96 static JSBool _class##Constructor(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) { \
99 JS_SetPrivate(cx, obj, (void*) jsDisplayable); \
103 static JSObject* _class##Init(JSContext *cx, JSObject *obj, JSObject *proto) { \
104 JSObject *newProtoObj = JS_InitClass(cx, ob
214 Destructor(JSContext *cx, JSObject *obj) argument
218 GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) argument
296 SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) argument
374 InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *proto) argument
[all...]
H A DSkJS.cpp77 global_enumerate(JSContext *cx, JSObject *obj) argument
80 return JS_EnumerateStandardClasses(cx, obj);
87 global_resolve(JSContext *cx, JSObject *obj, jsval id, uintN flags, JSObject **objp) argument
93 if (!JS_ResolveStandardClass(cx, obj, id, &resolved))
118 path = JS_strdup(cx, path);
127 JS_ReportOutOfMemory(cx);
138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
145 JS_free(cx, path);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIntSizeWin.cpp34 : m_width(s.cx)
/external/grub/stage2/
H A Dapm.S47 andw $0x0002, %cx
61 xorw %cx, %cx
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
91 xorw %cx, %cx
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
H A Dnbloader.S64 movw $0x4000, %cx
106 addw $1, %cx
107 shrw $1, %cx
/external/skia/src/svg/
H A DSkSVGCircle.cpp16 SVG_ATTRIBUTE(cx),
26 SkScalar cx, cy, r; local
27 SkParse::FindScalar(f_cx.c_str(), &cx);
31 left = cx - r;
33 right = cx + r;
H A DSkSVGEllipse.cpp16 SVG_ATTRIBUTE(cx),
27 SkScalar cx, cy, rx, ry; local
28 SkParse::FindScalar(f_cx.c_str(), &cx);
33 left = cx - rx;
35 right = cx + rx;
/external/webkit/Source/WebCore/platform/graphics/
H A DUnitBezier.h37 cx = 3.0 * p1x;
38 bx = 3.0 * (p2x - p1x) - cx;
39 ax = 1.0 - cx -bx;
48 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
49 return ((ax * t + bx) * t + cx) * t;
59 return (3.0 * ax * t + 2.0 * bx) * t + cx;
116 double cx; member in struct:WebCore::UnitBezier
/external/webkit/Source/WebCore/svg/
H A DSVGCircleElement.idl35 readonly attribute SVGAnimatedLength cx;
H A DSVGEllipseElement.idl34 readonly attribute SVGAnimatedLength cx;
H A DSVGRadialGradientElement.idl29 readonly attribute SVGAnimatedLength cx;
H A DSVGTransform.cpp101 void SVGTransform::setRotate(float angle, float cx, float cy) argument
105 m_center = FloatPoint(cx, cy);
107 // TODO: toString() implementation, which can show cx, cy (need to be stored?)
109 m_matrix.translate(cx, cy);
111 m_matrix.translate(-cx, -cy);
151 float cx = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * (1 - cosAngle) - m_matrix.f() * sinAngle) / (1 - cosAngle) / 2 : 0); local
153 if (cx || cy)
154 return makeString("rotate(", String::number(m_angle), ' ', String::number(cx), ' ', String::number(cy), ')');
/external/quake/quake/src/QW/client/
H A Dblock16.h12 movw 0x12345678(,%ecx,2),%cx
14 movw %cx,2(%edi) variable
27 movw 0x12345678(,%ecx,2),%cx
29 movw %cx,2(%edi) variable
42 movw 0x12345678(,%ecx,2),%cx
44 movw %cx,2(%edi) variable
57 movw 0x12345678(,%ecx,2),%cx
59 movw %cx,2(%edi) variable
73 movw 0x12345678(,%ecx,2),%cx
75 movw %cx, variable
90 movw %cx,2(%edi) variable
106 movw %cx,2(%edi) variable
122 movw %cx,2(%edi) variable
[all...]
/external/quake/quake/src/WinQuake/
H A Dblock16.h31 movw 0x12345678(,%ecx,2),%cx
33 movw %cx,2(%edi) variable
46 movw 0x12345678(,%ecx,2),%cx
48 movw %cx,2(%edi) variable
61 movw 0x12345678(,%ecx,2),%cx
63 movw %cx,2(%edi) variable
76 movw 0x12345678(,%ecx,2),%cx
78 movw %cx,2(%edi) variable
92 movw 0x12345678(,%ecx,2),%cx
94 movw %cx, variable
109 movw %cx,2(%edi) variable
125 movw %cx,2(%edi) variable
141 movw %cx,2(%edi) variable
[all...]
H A Dconsole.h31 void Con_DrawCharacter (int cx, int line, int num);
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h30 int cx = clip.fLeft; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
59 int left_edge = cx - maskLeft;
81 // have cx reflect our actual starting x-coord
82 cx -= left_edge & 7;
/external/valgrind/main/none/tests/amd64/
H A Dcmpxchg.stdout.exp5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx
[all...]
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp30 void f(X x, const X cx) { argument
31 x = cx; // expected-note{{assignment operator for 'X' first required here}}
32 x = cx;
H A Dnested-name-spec.cpp4 static int cx; member in struct:A::C
24 int A::C::cx = 17; member in class:A::C
58 ::A::C::cx = 0; member in class:A::C
59 int x = ::A::ax = A::C::cx;
61 x = sizeof(::A::C::cx);
92 { typedef A::C A; A::cx = 0; } member in class:A
/external/icu4c/common/
H A Ducnv_ext.c120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, argument
131 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
136 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, argument
250 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, argument
286 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
296 ucnv_extWriteToU(cnv, cx,
329 ucnv_extSimpleMatchToU(const int32_t *cx, argument
518 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
946 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UBool useFallback, int32_t minLength, UChar32 c, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1011 const int32_t *cx; local
[all...]

Completed in 553 milliseconds

12345678